Home
last modified time | relevance | path

Searched refs:PTHREAD_STATIC_INIT (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dpthread_mutex.c45 if (mutex->flag == PTHREAD_STATIC_INIT) { in pthread_mutex_destroy()
66 if (mutex->flag == PTHREAD_STATIC_INIT) { in pthread_mutex_lock()
110 if (mutex->flag == PTHREAD_STATIC_INIT) { in pthread_mutex_trylock()
136 if (mutex->flag == PTHREAD_STATIC_INIT) { in pthread_mutex_timedlock()
A Dpthread_cond.c129 if (cond->flag == PTHREAD_STATIC_INIT) { in pthread_cond_timedwait_ms()
/AliOS-Things-master/components/posix/include/
A Dpthread.h46 #define PTHREAD_STATIC_INIT 0X02 macro
47 #define PTHREAD_MUTEX_INITIALIZER {PTHREAD_STATIC_INIT, NULL, {0}}
48 #define PTHREAD_COND_INITIALIZER {PTHREAD_STATIC_INIT, 0, 0, NULL, NULL, NULL, {0}}

Completed in 4 milliseconds