Home
last modified time | relevance | path

Searched refs:m_synchro (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c103 static pthread_mutex_t m_synchro = PTHREAD_MUTEX_INITIALIZER; variable
122 ret = pthread_mutex_lock(&m_synchro); in threaded()
145 ret = pthread_cond_wait(&c_synchro, &m_synchro); in threaded()
154 ret = pthread_mutex_unlock(&m_synchro); in threaded()
259 ret = pthread_mutex_lock(&m_synchro); in main()
294 ret = pthread_mutex_unlock(&m_synchro); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c112 static pthread_mutex_t m_synchro = PTHREAD_MUTEX_INITIALIZER; variable
128 ret = pthread_mutex_lock(&m_synchro); in threaded()
133 ret = pthread_mutex_unlock(&m_synchro); in threaded()
191 ret = pthread_mutex_lock(&m_synchro); in main()
343 ret = pthread_mutex_unlock(&m_synchro); in main()
372 ret = pthread_mutex_lock(&m_synchro); in main()
380 ret = pthread_mutex_unlock(&m_synchro); in main()