Home
last modified time | relevance | path

Searched refs:cond_threads (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c76 static pthread_cond_t cond_threads = PTHREAD_COND_INITIALIZER; variable
124 pthread_cond_wait(&cond_threads, &mtx_threads); in posix_wait_until_allowed()
161 PC_SAFE_CALL(pthread_cond_broadcast(&cond_threads)); in posix_let_run()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c119 pthread_cond_t cond_threads; member
167 pthread_cond_wait(&this->cond_threads, &this->mtx_threads); in nct_wait_until_allowed()
207 NSI_SAFE_CALL(pthread_cond_broadcast(&this->cond_threads)); in nct_let_run()
519 NSI_SAFE_CALL(pthread_cond_init(&this->cond_threads, NULL)); in nct_init()