Searched refs:pthread_mutex_lock (Results 1 – 11 of 11) sorted by relevance
108 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in nce_terminate()139 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in change_cpu_state_and_wait()174 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in sw_wrapper()201 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in nce_boot_cpu()
341 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_threads)); in nct_thread_starter()537 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_threads)); in nct_init()
39 zassert_false(pthread_mutex_lock(&mutex), "mutex is not taken"); in recursive_mutex_entry()40 zassert_false(pthread_mutex_lock(&mutex), "mutex is not taken 2nd time"); in recursive_mutex_entry()74 zassert_ok(pthread_mutex_lock(&mutex)); in test_mutex_common()200 zassert_ok(pthread_mutex_lock(&mutex)); in ZTEST()
71 pthread_mutex_lock(&lock); in thread_top_exec()82 pthread_mutex_lock(&lock); in thread_top_exec()94 pthread_mutex_lock(&lock); in thread_top_exec()122 pthread_mutex_lock(&lock); in thread_top_exec()325 pthread_mutex_lock(&lock); in ZTEST()
59 switch (pthread_mutex_lock(mutex)) { in mtx_lock()
118 zassert_not_null(pthread_mutex_lock); in ZTEST()
59 ret = pthread_mutex_lock(frk); in take()
103 #define pthread_mutex_lock(...) zap_pthread_mutex_lock(__VA_ARGS__) macro
253 int pthread_mutex_lock(pthread_mutex_t *m) in pthread_mutex_lock() function
201 int pthread_mutex_lock(pthread_mutex_t *m);
594 pthread_mutex_lock(),yes