Searched refs:pthread_mutex_unlock (Results 1 – 10 of 10) 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()
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()
37 zassert_false(pthread_mutex_unlock(&mutex1), "mutex unlock is failed"); in normal_mutex_entry()46 zassert_false(pthread_mutex_unlock(&mutex2), "mutex is not unlocked"); in recursive_mutex_entry()47 zassert_false(pthread_mutex_unlock(&mutex2), "mutex is not unlocked"); in recursive_mutex_entry()100 pthread_mutex_unlock(&mutex1); in ZTEST()249 zassert_ok(pthread_mutex_unlock(&mutex)); in ZTEST()
89 pthread_mutex_unlock(&lock); in thread_top_exec()103 pthread_mutex_unlock(&lock); in thread_top_exec()117 pthread_mutex_unlock(&lock); in thread_top_exec()125 pthread_mutex_unlock(&lock); in thread_top_exec()137 pthread_mutex_unlock(&lock); in thread_top_exec()419 pthread_mutex_unlock(&lock); in ZTEST()
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()
121 zassert_not_null(pthread_mutex_unlock); in ZTEST()
106 #define pthread_mutex_unlock(...) zap_pthread_mutex_unlock(__VA_ARGS__) macro
209 int pthread_mutex_unlock(pthread_mutex_t *m);
255 int pthread_mutex_unlock(pthread_mutex_t *mu) in pthread_mutex_unlock() function
171 pthread_mutex_unlock(),yes