Home
last modified time | relevance | path

Searched refs:OSTime (Results 1 – 13 of 13) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSTime.h37 typedef s64 OSTime; typedef
78 OSTime OSGetTime( void );
79 OSTime OSGetSystemTime( void );
96 OSTime OSCalendarTimeToTicks( OSCalendarTime* td );
97 void OSTicksToCalendarTime( OSTime ticks, OSCalendarTime* td );
102 static inline OSTime OSInlineGetSystemTime(void) in OSInlineGetSystemTime()
108 OSTime resultTime; in OSInlineGetSystemTime()
117 resultTime = (((OSTime) timeUpper1) << 32) | ((OSTime) timeLower); in OSInlineGetSystemTime()
DOSAlarm.h61 OSTime nextFire;
67 OSTime period;
68 OSTime tbrStart;
87 OSTime tick,
91 OSTime start,
92 OSTime period,
DOSThread.h225OSTime sumWakeDelta; // time when thread was awoken, used to calculate delta b…
226OSTime awakenedTime; // awakenedTime is not set if thread has been previously …
227OSTime minWakeDelta; // but not yet run. COS scheduler will set values before …
228 OSTime maxWakeDelta; // awakened thread. Values can be inspected any time.
373 void OSSleepTicks ( OSTime ticks );
380 OSTime OSGetThreadCoreTime(const OSThread *thread, u16 affinity);
384 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks((OSTime)sec) )
385 #define OSSleepMilliseconds( msec ) OSSleepTicks( OSMillisecondsToTicks((OSTime)msec) )
386 #define OSSleepMicroseconds( usec ) OSSleepTicks( OSMicrosecondsToTicks((OSTime)usec) )
387 #define OSSleepNanoseconds( nsec ) OSSleepTicks( OSNanosecondsToTicks((OSTime)nsec) )
DOSSystemInfo.h30 OSTime timeBase; // ticks from 2000-01-01 until system reset
/CafeSDK-2.12.13-1/system/include/cafe/
Dax.h40 OSTime axFrameStart;
41 OSTime axFrameEnd;
42 OSTime userAuxProcStart;
43 OSTime userAuxProcEnd;
44 OSTime userCallbackStart;
45 OSTime userCallbackEnd;
46 OSTime userFinalMixStart;
47 OSTime userFinalMixEnd;
51 OSTime axDSPStart;
52 OSTime axDSPEnd;
[all …]
Dprocui.h78 void ProcUIRegisterBackgroundCallback(ProcUICallbackFunction func, void* data, OSTime ticksToDelay);
/CafeSDK-2.12.13-1/system/include/cafe/mp/
DMPTasks.h53 OSTime runtime;
73 OSTime runtime;
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Display.h538 OSTime *pLastFlipTime, OSTime *pLastVsyncTime);
/CafeSDK-2.12.13-1/system/include/windows/
Dos.h31 typedef s64 OSTime; typedef
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_time.c64 OSTime t = OSGetTime(); in time()
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c741 OSTime tLastFlip, tLastVsync; in DEMOGfxWaitForSwap()
742 OSTime tNow; in DEMOGfxWaitForSwap()
743 const OSTime t60 = (OSTime)OSSecondsToTicks(1.0f/59.94f); in DEMOGfxWaitForSwap()
744 OSTime period; in DEMOGfxWaitForSwap()
/CafeSDK-2.12.13-1/system/include/nn/olv/
Dolv_Types.h1354 nn::Result SetPostDate(const OSTime postDate);
1442 OSTime postDate; /*!< Date and time of the post. */
1546 nn::Result SetPostDate(const OSTime postDate);
1620 OSTime postDate; /*!< Date and time of the post. */
1715 nn::Result SetPostDate(const OSTime postDate);
1782 OSTime postDate; /*!< Date and time of the post. */
2174 OSTime GetPostDate() const;
/CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/
Dwpad.h617 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time ); // DEPRECATED