Searched refs:ChppNotifier (Results 1 – 5 of 5) sorted by relevance
29 struct ChppNotifier { struct38 void chppPlatformNotifierInit(struct ChppNotifier *notifier); argument43 void chppPlatformNotifierDeinit(struct ChppNotifier *notifier);48 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier);53 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier);58 uint32_t chppPlatformNotifierTimedWait(struct ChppNotifier *notifier,66 static inline void chppNotifierInit(struct ChppNotifier *notifier) { in chppNotifierInit()70 static inline void chppNotifierDeinit(struct ChppNotifier *notifier) { in chppNotifierDeinit()78 static inline uint32_t chppNotifierWait(struct ChppNotifier *notifier) { in chppNotifierWait()82 static inline uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier, in chppNotifierTimedWait()[all …]
52 struct ChppNotifier notifier;
37 struct ChppNotifier;45 static void chppNotifierInit(struct ChppNotifier *notifier);52 static void chppNotifierDeinit(struct ChppNotifier *notifier);62 static uint32_t chppNotifierGetSignal(struct ChppNotifier *notifier);73 static uint32_t chppNotifierWait(struct ChppNotifier *notifier);87 static uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier,100 static void chppNotifierSignal(struct ChppNotifier *notifier, uint32_t signal);
439 struct ChppNotifier notifier; // Notifier for main thread
34 void chppPlatformNotifierInit(struct ChppNotifier *notifier) { in chppPlatformNotifierInit()39 void chppPlatformNotifierDeinit(struct ChppNotifier *notifier) { in chppPlatformNotifierDeinit()44 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier) { in chppPlatformNotifierGetSignal()54 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier) { in chppPlatformNotifierWait()66 uint32_t chppPlatformNotifierTimedWait(struct ChppNotifier *notifier, in chppPlatformNotifierTimedWait()97 void chppPlatformNotifierSignal(struct ChppNotifier *notifier, in chppPlatformNotifierSignal()