Home
last modified time | relevance | path

Searched refs:pthread_mutex_lock (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c108 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in nce_terminate()
139 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in change_cpu_state_and_wait()
174 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in sw_wrapper()
201 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_cpu)); in nce_boot_cpu()
Dnct.c341 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_threads)); in nct_thread_starter()
537 NSI_SAFE_CALL(pthread_mutex_lock(&this->mtx_threads)); in nct_init()
/Zephyr-latest/tests/posix/common/src/
Dmutex.c39 zassert_false(pthread_mutex_lock(&mutex), "mutex is not taken"); in recursive_mutex_entry()
40 zassert_false(pthread_mutex_lock(&mutex), "mutex is not taken 2nd time"); in recursive_mutex_entry()
74 zassert_ok(pthread_mutex_lock(&mutex)); in test_mutex_common()
200 zassert_ok(pthread_mutex_lock(&mutex)); in ZTEST()
Dpthread.c71 pthread_mutex_lock(&lock); in thread_top_exec()
82 pthread_mutex_lock(&lock); in thread_top_exec()
94 pthread_mutex_lock(&lock); in thread_top_exec()
122 pthread_mutex_lock(&lock); in thread_top_exec()
325 pthread_mutex_lock(&lock); in ZTEST()
/Zephyr-latest/lib/libc/common/source/thrd/
Dmtx.c59 switch (pthread_mutex_lock(mutex)) { in mtx_lock()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c118 zassert_not_null(pthread_mutex_lock); in ZTEST()
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c59 ret = pthread_mutex_lock(frk); in take()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h103 #define pthread_mutex_lock(...) zap_pthread_mutex_lock(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dmutex.c253 int pthread_mutex_lock(pthread_mutex_t *m) in pthread_mutex_lock() function
/Zephyr-latest/include/zephyr/posix/
Dpthread.h201 int pthread_mutex_lock(pthread_mutex_t *m);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst594 pthread_mutex_lock(),yes