Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1089 pthread_cond_init(&m_serverWaitCond, nullptr); in BinderLibTestService()
1131 pthread_cond_signal(&m_serverWaitCond); in onTransact()
1162 ret = pthread_cond_timedwait(&m_serverWaitCond, &m_serverWaitMutex, &ts); in onTransact()
1398 pthread_cond_t m_serverWaitCond; member in BinderLibTestService