Searched refs:pthread_mutex_unlock (Results 1 – 12 of 12) sorted by relevance
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()73 zassert_ok(pthread_mutex_unlock(&mutex)); in test_mutex_common()190 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()319 pthread_mutex_unlock(&lock); in ZTEST()
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()
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()
93 switch (pthread_mutex_unlock(mutex)) { in mtx_unlock()
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()
122 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()
255 int pthread_mutex_unlock(pthread_mutex_t *mu) in pthread_mutex_unlock() function
194 int pthread_mutex_unlock(pthread_mutex_t *m);
58 pthread_mutex_unlock(),yes