Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp1194 pthread_cond_init(&m_serverWaitCond, nullptr); in BinderLibTestService()
1233 pthread_cond_signal(&m_serverWaitCond); in onTransact()
1263 ret = pthread_cond_timedwait(&m_serverWaitCond, &m_serverWaitMutex, &ts); in onTransact()
1497 pthread_cond_t m_serverWaitCond; member in BinderLibTestService