Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.6.0/tests/posix/common/src/
Dmutex.c33 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()
Dpthread.c78 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()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnce.c113 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()
Dnct.c218 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()
/Zephyr-Core-3.6.0/lib/libc/common/source/thrd/
Dmtx.c93 switch (pthread_mutex_unlock(mutex)) { in mtx_unlock()
/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c170 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()
/Zephyr-Core-3.6.0/tests/posix/headers/src/
Dpthread_h.c122 zassert_not_null(pthread_mutex_unlock); in ZTEST()
/Zephyr-Core-3.6.0/arch/posix/include/
Dposix_cheats.h106 #define pthread_mutex_unlock(...) zap_pthread_mutex_unlock(__VA_ARGS__) macro
/Zephyr-Core-3.6.0/samples/posix/philosophers/src/
Dmain.c71 ret = pthread_mutex_unlock(frk); in drop()
/Zephyr-Core-3.6.0/lib/posix/options/
Dmutex.c255 int pthread_mutex_unlock(pthread_mutex_t *mu) in pthread_mutex_unlock() function
/Zephyr-Core-3.6.0/include/zephyr/posix/
Dpthread.h194 int pthread_mutex_unlock(pthread_mutex_t *m);
/Zephyr-Core-3.6.0/doc/services/portability/posix/option_groups/
Dindex.rst58 pthread_mutex_unlock(),yes