Searched refs:OSTime (Results 1 – 13 of 13) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSTime.h | 37 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()
|
| D | OSAlarm.h | 61 OSTime nextFire; 67 OSTime period; 68 OSTime tbrStart; 87 OSTime tick, 91 OSTime start, 92 OSTime period,
|
| D | OSThread.h | 225 …OSTime sumWakeDelta; // time when thread was awoken, used to calculate delta b… 226 …OSTime awakenedTime; // awakenedTime is not set if thread has been previously … 227 …OSTime 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) )
|
| D | OSSystemInfo.h | 30 OSTime timeBase; // ticks from 2000-01-01 until system reset
|
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | ax.h | 40 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 …]
|
| D | procui.h | 78 void ProcUIRegisterBackgroundCallback(ProcUICallbackFunction func, void* data, OSTime ticksToDelay);
|
| /CafeSDK-2.12.13/system/include/cafe/mp/ |
| D | MPTasks.h | 53 OSTime runtime; 73 OSTime runtime;
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Display.h | 538 OSTime *pLastFlipTime, OSTime *pLastVsyncTime);
|
| /CafeSDK-2.12.13/system/include/windows/ |
| D | os.h | 31 typedef s64 OSTime; typedef
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ind_time.c | 64 OSTime t = OSGetTime(); in time()
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoGfx.c | 714 OSTime tLastFlip, tLastVsync; in DEMOGfxWaitForSwap() 715 OSTime tNow; in DEMOGfxWaitForSwap() 716 const OSTime t60 = (OSTime)OSSecondsToTicks(1.0f/59.94f); in DEMOGfxWaitForSwap() 717 OSTime period; in DEMOGfxWaitForSwap()
|
| /CafeSDK-2.12.13/system/include/nn/olv/ |
| D | olv_Types.h | 1354 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/system/include/cafe/pads/wpad/ |
| D | wpad.h | 617 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time ); // DEPRECATED
|