Searched defs:eventId (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 854 NN_INLINE void NOS_DestroyEvent(NOSEventId eventId) in NOS_DestroyEvent() 860 NN_INLINE u32 NOS_WaitEvent(NOSEventId eventId, u32 pattern, NOSEventMode mode) in NOS_WaitEvent() 866 NN_INLINE u32 NOS_WaitEvent_And(NOSEventId eventId, u32 pattern) in NOS_WaitEvent_And() 872 NN_INLINE u32 NOS_WaitEvent_Or(NOSEventId eventId, u32 pattern) in NOS_WaitEvent_Or() 878 NN_INLINE u32 NOS_WaitEventEx(NOSEventId eventId, u32 pattern, NOSEventMode mode, u32 clearBit) in NOS_WaitEventEx() 884 NN_INLINE u32 NOS_WaitEventEx_And(NOSEventId eventId, u32 pattern, u32 clearBit) in NOS_WaitEventEx_And() 890 NN_INLINE u32 NOS_WaitEventEx_Or(NOSEventId eventId, u32 pattern, u32 clearBit) in NOS_WaitEventEx_Or() 896 NN_INLINE void NOS_SignalEvent(NOSEventId eventId, u32 setPattern) in NOS_SignalEvent() 902 NN_INLINE u32 NOS_PollEvent(NOSEventId eventId, u32 pattern, NOSEventMode mode) in NOS_PollEvent() 908 NN_INLINE void NOS_ClearEvent(NOSEventId eventId, u32 clearBit) in NOS_ClearEvent() [all …]
|