Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 11 of 11) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dpthread_cond.c73 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
104 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy()
124 int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast()
162 int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()
179 rt_err_t _pthread_cond_timedwait(pthread_cond_t *cond, in _pthread_cond_timedwait()
206 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()
218 int pthread_cond_timedwait(pthread_cond_t *cond, in pthread_cond_timedwait()
H A Dpthread.h129 pthread_cond_t cond; member
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpt.h167 #define PT_WAIT_WHILE(pt, cond) PT_WAIT_UNTIL((pt), !(cond)) argument
310 #define PT_YIELD_UNTIL(pt, cond) \ argument
/nrf52832-nimble/rt-thread/examples/libc/
H A Dex7.c18 pthread_cond_t cond; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dzutil.h252 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
259 # define Assert(cond,msg) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_msg.c586 #define PARSE_ASSERT(cond, retValue) \ argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll.h44 #define BLE_LL_ASSERT(cond) (void(0)) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_msg.c741 #define PARSE_ASSERT(cond, retValue) \ argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h458 #define BUILD_ASSERT(cond) _Static_assert(cond, "") argument
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Decc.c184 uECC_word_t cond_set(uECC_word_t p_true, uECC_word_t p_false, unsigned int cond) in cond_set()
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py4869 def indent_add_cond(s, cond): argument