Searched refs:PTHREAD_CONDATTR_DEFAULT (Results 1 – 5 of 5) sorted by relevance
262 # define PTHREAD_CONDATTR_DEFAULT pthread_condattr_default macro404 #ifndef PTHREAD_CONDATTR_DEFAULT405 # define PTHREAD_CONDATTR_DEFAULT NULL macro
61 nRet = pthread_cond_init(&pCond->m_Condition, PTHREAD_CONDATTR_DEFAULT); in osl_createCondition()
485 pthread_cond_init(&sem->increased, PTHREAD_CONDATTR_DEFAULT); in sem_init()
172 pthread_cond_init (&(pImpl->m_Cond), PTHREAD_CONDATTR_DEFAULT); in osl_thread_construct_Impl()
293 # define PTHREAD_CONDATTR_DEFAULT pthread_condattr_default macro423 #ifndef PTHREAD_CONDATTR_DEFAULT424 # define PTHREAD_CONDATTR_DEFAULT NULL macro
Completed in 67 milliseconds