Lines Matching refs:NOSTick
497 typedef u64 NOSTick; typedef
508 NN_INLINE NOSTick NOS_GetTick(void) in NOS_GetTick()
510 return (NOSTick)(nnosTickGetSystemCurrent() << 1); in NOS_GetTick()
527 NN_INLINE s64 NOS_CmpTick(NOSTick a, NOSTick b) in NOS_CmpTick()
549 NN_INLINE NOSTick NOS_SecondsToTicks(s64 s) in NOS_SecondsToTicks()
553 NN_INLINE NOSTick NOS_MilliSecondsToTicks(s64 ms) in NOS_MilliSecondsToTicks()
557 NN_INLINE NOSTick NOS_MicroSecondsToTicks(s64 ms) in NOS_MicroSecondsToTicks()
561 NN_INLINE NOSTick NOS_NanoSecondsToTicks(s64 ns) in NOS_NanoSecondsToTicks()
820 s32 NOS_SetAlarm(NOSAlarmId alarmId, NOSTick tick, NOSAlarmHandler callback, void *arg);
823 s32 NOS_SetPeriodicAlarm(NOSAlarmId alarmId, NOSTick start, NOSTick period, NOSAlarmHandler callbac…
919 …_TimeWaitEventEx(NOSEventId eventId, u32 pattern, NOSEventMode mode, u32 clearBit, NOSTick timeout) in NOS_TimeWaitEventEx()