Searched refs:chppNotifierTimedWait (Results 1 – 6 of 6) sorted by relevance
87 static uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier,
82 static inline uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier, in chppNotifierTimedWait() function
41 uint32_t signal = chppNotifierTimedWait(¶ms->notifier, CHPP_TIME_MAX); in linkSendThread()
62 …UntilNextDoWorkNs() can be used to replicate the functionality of chppNotifierTimedWait(). chppTra…
103 …- ARQ implementation. Note that it is necessary to either implement chppNotifierTimedWait() or a s…
1552 signals = chppNotifierTimedWait(&context->notifier, timeout); in chppWorkThreadStart()