Searched refs:pthread_cond_broadcast (Results 1 – 9 of 9) sorted by relevance
14 switch (pthread_cond_broadcast(cond)) { in cnd_broadcast()
112 NSI_SAFE_CALL(pthread_cond_broadcast(&this->cond_cpu)); in nce_terminate()146 NSI_SAFE_CALL(pthread_cond_broadcast(&this->cond_cpu)); in change_cpu_state_and_wait()
209 NSI_SAFE_CALL(pthread_cond_broadcast(&this->cond_threads)); in nct_let_run()
91 zassert_not_null(pthread_cond_broadcast); in ZTEST()
140 int pthread_cond_broadcast(pthread_cond_t *cvar) in pthread_cond_broadcast() function
85 #define pthread_cond_broadcast(...) zap_pthread_cond_broadcast(__VA_ARGS__) macro
93 int pthread_cond_broadcast(pthread_cond_t *cv);
326 pthread_cond_broadcast(&cvar1); in ZTEST()
575 pthread_cond_broadcast(),yes