Searched refs:pthread_mutex_unlock (Results 1 – 11 of 11) sorted by relevance
113 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_cpu)); in nce_terminate()163 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_cpu)); in change_cpu_state_and_wait()175 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_cpu)); in sw_wrapper()215 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_cpu)); in nce_boot_cpu()
220 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_threads)); in nct_exit_and_cleanup()314 NSI_SAFE_CALL(pthread_mutex_unlock(&this->mtx_threads)); in nct_cleanup_handler()
33 zassert_false(pthread_mutex_unlock(&mutex), "mutex unlock is failed"); in normal_mutex_entry()42 zassert_false(pthread_mutex_unlock(&mutex), "mutex is not unlocked"); in recursive_mutex_entry()43 zassert_false(pthread_mutex_unlock(&mutex), "mutex is not unlocked"); in recursive_mutex_entry()82 zassert_ok(pthread_mutex_unlock(&mutex)); in test_mutex_common()211 zassert_ok(pthread_mutex_unlock(&mutex)); in ZTEST()
78 pthread_mutex_unlock(&lock); in thread_top_exec()92 pthread_mutex_unlock(&lock); in thread_top_exec()106 pthread_mutex_unlock(&lock); in thread_top_exec()114 pthread_mutex_unlock(&lock); in thread_top_exec()126 pthread_mutex_unlock(&lock); in thread_top_exec()327 pthread_mutex_unlock(&lock); in ZTEST()
93 switch (pthread_mutex_unlock(mutex)) { in mtx_unlock()
120 zassert_not_null(pthread_mutex_unlock); in ZTEST()
106 #define pthread_mutex_unlock(...) zap_pthread_mutex_unlock(__VA_ARGS__) macro
71 ret = pthread_mutex_unlock(frk); in drop()
208 int pthread_mutex_unlock(pthread_mutex_t *m);
265 int pthread_mutex_unlock(pthread_mutex_t *mu) in pthread_mutex_unlock() function
596 pthread_mutex_unlock(),yes