HomeSort by relevance Sort by last modified time
    Searched full:m_waitmutex (Results 1 - 1 of 1) sorted by null

  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 251 pthread_mutex_init(&m_waitMutex, NULL);
257 pthread_mutex_lock(&m_waitMutex);
262 pthread_cond_timedwait(&m_waitCond, &m_waitMutex, &ts);
265 pthread_mutex_unlock(&m_waitMutex);
270 pthread_mutex_lock(&m_waitMutex);
273 pthread_mutex_unlock(&m_waitMutex);
276 pthread_mutex_t m_waitMutex;

Completed in 92 milliseconds