Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/posix/common/src/
Dmutex.c58 zassert_ok(pthread_mutex_init(&mutex, &mut_attr), "mutex initialization is failed"); in test_mutex_common()
114 zassert_ok(pthread_mutex_init(&m[i], NULL), "failed to init mutex %zu", i); in ZTEST()
119 zassert_not_equal(0, pthread_mutex_init(&m[i], NULL), in ZTEST()
137 zassert_ok(pthread_mutex_init(&m, NULL), "failed to init mutex %zu", i); in ZTEST()
176 zassert_ok(pthread_mutex_init(&mutex, NULL)); in ZTEST()
/Zephyr-Core-3.6.0/lib/libc/common/source/thrd/
Dmtx.c36 switch (pthread_mutex_init(mutex, attrp)) { in mtx_init()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnce.c69 NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_cpu, NULL)); in nce_init()
Dnct.c520 NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_threads, NULL)); in nct_init()
/Zephyr-Core-3.6.0/tests/posix/headers/src/
Dpthread_h.c117 zassert_not_null(pthread_mutex_init); in ZTEST()
/Zephyr-Core-3.6.0/arch/posix/include/
Dposix_cheats.h101 #define pthread_mutex_init(...) zap_pthread_mutex_init(__VA_ARGS__) macro
/Zephyr-Core-3.6.0/samples/posix/philosophers/src/
Dmain.c42 ret = pthread_mutex_init(frk, NULL); in fork_init()
/Zephyr-Core-3.6.0/lib/posix/options/
Dmutex.c214 int pthread_mutex_init(pthread_mutex_t *mu, const pthread_mutexattr_t *_attr) in pthread_mutex_init() function
/Zephyr-Core-3.6.0/include/zephyr/posix/
Dpthread.h217 int pthread_mutex_init(pthread_mutex_t *m,
/Zephyr-Core-3.6.0/doc/services/portability/posix/option_groups/
Dindex.rst55 pthread_mutex_init(),yes