Searched defs:cond (Results 1 – 11 of 11) sorted by relevance
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread_cond.c | 73 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 D | pthread.h | 129 pthread_cond_t cond; member
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | pt.h | 167 #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 D | ex7.c | 18 pthread_cond_t cond; member
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | zutil.h | 252 # 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 D | snmp_msg.c | 586 #define PARSE_ASSERT(cond, retValue) \ argument
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll.h | 44 #define BLE_LL_ASSERT(cond) (void(0)) argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_msg.c | 741 #define PARSE_ASSERT(cond, retValue) \ argument
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | glue.h | 458 #define BUILD_ASSERT(cond) _Static_assert(cond, "") argument
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ecc.c | 184 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 D | kconfiglib.py | 4869 def indent_add_cond(s, cond): argument
|