Home
last modified time | relevance | path

Searched refs:PTHREAD_DYN_INIT (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dpthread_mutex.c13 #define PTHREAD_MUTEXATTR_IS_INITED(x) do { if ((x)->flag != PTHREAD_DYN_INIT) return EINVAL; } \
35 mutex->flag = PTHREAD_DYN_INIT; in pthread_mutex_init()
48 } else if (mutex->flag == PTHREAD_DYN_INIT) { in pthread_mutex_destroy()
89 if (mutex->flag != PTHREAD_DYN_INIT) { in pthread_mutex_unlock()
199 attr->flag = PTHREAD_DYN_INIT; in pthread_mutexattr_init()
A Dpthread_cond.c42 cond->flag = PTHREAD_DYN_INIT; in pthread_cond_init()
72 if (cond->flag != PTHREAD_DYN_INIT) in pthread_cond_broadcast()
106 if (cond->flag != PTHREAD_DYN_INIT) in pthread_cond_signal()
255 attr->flag = PTHREAD_DYN_INIT; in pthread_condattr_init()
A Dpthread_attr.c27 attr->flag = PTHREAD_DYN_INIT; in pthread_attr_init()
A Dpthread.c136 if ((thread == NULL) || ((attr != NULL) && (attr->flag != PTHREAD_DYN_INIT)) in pthread_create()
/AliOS-Things-master/components/posix/include/
A Dpthread.h45 #define PTHREAD_DYN_INIT 0X01 macro

Completed in 6 milliseconds