Searched defs:condition (Results 1 – 5 of 5) sorted by relevance
372 #define PSOCK_WAIT_UNTIL(psock, condition) \ argument375 #define PSOCK_WAIT_THREAD(psock, condition) \ argument
148 #define PT_WAIT_UNTIL(pt, condition) \ argument
77 int rt_wqueue_wait(rt_wqueue_t *queue, int condition, int msec) in rt_wqueue_wait()
83 #define BUILD_ASSERT(condition) ((void)sizeof(char[1 - 2*!(condition)])) argument
162 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument