Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c78 static pthread_mutex_t mtx_threads = PTHREAD_MUTEX_INITIALIZER; variable
124 pthread_cond_wait(&cond_threads, &mtx_threads); in posix_wait_until_allowed()
170 PC_SAFE_CALL(pthread_mutex_unlock(&mtx_threads)); in posix_preexit_cleanup()
241 PC_SAFE_CALL(pthread_mutex_unlock(&mtx_threads)); in posix_cleanup_handler()
266 PC_SAFE_CALL(pthread_mutex_lock(&mtx_threads)); in posix_thread_starter()
405 PC_SAFE_CALL(pthread_mutex_lock(&mtx_threads)); in posix_arch_init()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c121 pthread_mutex_t mtx_threads; member
167 pthread_cond_wait(&this->cond_threads, &this->mtx_threads); in nct_wait_until_allowed()
218 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_threads)); in nct_exit_and_cleanup()
312 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_threads)); in nct_cleanup_handler()
339 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_threads)); in nct_thread_starter()
520 NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_threads, NULL)); in nct_init()
535 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_threads)); in nct_init()