Home
last modified time | relevance | path

Searched refs:is_pthread_obj_initialized (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dposix_internal.h92 static inline bool is_pthread_obj_initialized(uint32_t obj) in is_pthread_obj_initialized() function
Dspinlock.c57 if (!is_pthread_obj_initialized(*lock)) { in get_posix_spinlock()
Dbarrier.c49 if (!is_pthread_obj_initialized(b)) { in get_posix_barrier()
Dcond.c47 if (!is_pthread_obj_initialized(cond)) { in get_posix_cond()
Dkey.c50 if (!is_pthread_obj_initialized(key)) { in get_posix_key()
Dmutex.c60 if (!is_pthread_obj_initialized(mu)) { in get_posix_mutex()
Drwlock.c65 if (!is_pthread_obj_initialized(rwlock)) { in get_posix_rwlock()
Dpthread.c148 if (!is_pthread_obj_initialized(pthread)) { in to_posix_thread()