Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dcras_client_unittest.cc19 static int pthread_cond_timedwait_called; variable
37 pthread_cond_timedwait_called = 0; in InitStaticVariables()
288 EXPECT_EQ(pthread_cond_timedwait_called, 1); in TEST_F()
361 ++pthread_cond_timedwait_called; in pthread_cond_timedwait()