Searched refs:pthread_mutex_init (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/tests/posix/common/src/ | 
| D | mutex.c | 59 	zassert_ok(pthread_mutex_init(&mutex, &mut_attr), "mutex initialization is failed");  in test_mutex_common() 135 		zassert_ok(pthread_mutex_init(&m[i], NULL), "failed to init mutex %zu", i);  in ZTEST() 140 	zassert_not_equal(0, pthread_mutex_init(&m[i], NULL),  in ZTEST() 158 		zassert_ok(pthread_mutex_init(&m, NULL), "failed to init mutex %zu", i);  in ZTEST() 197 	zassert_ok(pthread_mutex_init(&mutex, NULL));  in ZTEST()
  | 
| /Zephyr-latest/lib/libc/common/source/thrd/ | 
| D | mtx.c | 36 	switch (pthread_mutex_init(mutex, attrp)) {  in mtx_init()
  | 
| /Zephyr-latest/scripts/native_simulator/common/src/ | 
| D | nce.c | 69 	NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_cpu, NULL));  in nce_init()
  | 
| D | nct.c | 522 	NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_threads, NULL));  in nct_init()
  | 
| /Zephyr-latest/tests/posix/headers/src/ | 
| D | pthread_h.c | 115 	zassert_not_null(pthread_mutex_init);  in ZTEST()
  | 
| /Zephyr-latest/arch/posix/include/ | 
| D | posix_cheats.h | 101 #define pthread_mutex_init(...)       zap_pthread_mutex_init(__VA_ARGS__)  macro
  | 
| /Zephyr-latest/samples/posix/philosophers/src/ | 
| D | main.c | 42 	ret = pthread_mutex_init(frk, NULL);  in fork_init()
  | 
| /Zephyr-latest/include/zephyr/posix/ | 
| D | pthread.h | 231 int pthread_mutex_init(pthread_mutex_t *m,
  | 
| /Zephyr-latest/lib/posix/options/ | 
| D | mutex.c | 224 int pthread_mutex_init(pthread_mutex_t *mu, const pthread_mutexattr_t *_attr)  in pthread_mutex_init()  function
  | 
| /Zephyr-latest/doc/services/portability/posix/option_groups/ | 
| D | index.rst | 593     pthread_mutex_init(),yes
  |