Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DThreadTest.cpp66 void* ThreadWaitForPending(void* data) { in ThreadWaitForPending() function
83 ASSERT_TRUE(pthread_create(&thread_id, nullptr, ThreadWaitForPending, &thread_data) == 0); in TEST()