Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1508 void RunTimedTest( in RunTimedTest() function in pthread_CondWakeupTest
1524 void RunTimedTest(clockid_t clock, std::function<int(pthread_cond_t* cond, pthread_mutex_t* mutex, in RunTimedTest() function in pthread_CondWakeupTest
1527 RunTimedTest(clock, [clock, &wait_function](pthread_cond_t* cond, pthread_mutex_t* mutex, in RunTimedTest()
1573 RunTimedTest(CLOCK_REALTIME, pthread_cond_timedwait); in TEST_F()
1578 RunTimedTest(CLOCK_MONOTONIC, pthread_cond_timedwait); in TEST_F()
1584 RunTimedTest(CLOCK_MONOTONIC, pthread_cond_timedwait_monotonic_np); in TEST_F()
1593 RunTimedTest(CLOCK_MONOTONIC, pthread_cond_clockwait); in TEST_F()
1602 RunTimedTest(CLOCK_REALTIME, pthread_cond_clockwait); in TEST_F()
1611 RunTimedTest(CLOCK_MONOTONIC, pthread_cond_clockwait); in TEST_F()
1620 RunTimedTest(CLOCK_REALTIME, pthread_cond_clockwait); in TEST_F()