Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpsock.h372 #define PSOCK_WAIT_UNTIL(psock, condition) \ argument
375 #define PSOCK_WAIT_THREAD(psock, condition) \ argument
H A Dpt.h148 #define PT_WAIT_UNTIL(pt, condition) \ argument
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dwaitqueue.c77 int rt_wqueue_wait(rt_wqueue_t *queue, int condition, int msec) in rt_wqueue_wait()
/nrf52832-nimble/rt-thread/components/vbus/share_hdr/
H A Dvbus_api.h83 #define BUILD_ASSERT(condition) ((void)sizeof(char[1 - 2*!(condition)])) argument
/nrf52832-nimble/nordic/nrfx/drivers/
H A Dnrfx_common.h162 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument