Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.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.5.0/tests/posix/common/src/
Dmutex.c37 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()
Dpthread.c89 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()
/Zephyr-Core-3.5.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.5.0/tests/posix/headers/src/
Dpthread_h.c121 zassert_not_null(pthread_mutex_unlock); in ZTEST()
/Zephyr-Core-3.5.0/arch/posix/include/
Dposix_cheats.h106 #define pthread_mutex_unlock(...) zap_pthread_mutex_unlock(__VA_ARGS__) macro
/Zephyr-Core-3.5.0/include/zephyr/posix/
Dpthread.h209 int pthread_mutex_unlock(pthread_mutex_t *m);
/Zephyr-Core-3.5.0/lib/posix/
Dmutex.c255 int pthread_mutex_unlock(pthread_mutex_t *mu) in pthread_mutex_unlock() function
/Zephyr-Core-3.5.0/doc/services/portability/
Dposix.rst171 pthread_mutex_unlock(),yes