Home
last modified time | relevance | path

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

/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp713 HANDLE thread_handle = reinterpret_cast<HANDLE>( in TestCloseRaceCondition() local
715 if (thread_handle == NULL) { in TestCloseRaceCondition()
773 if (WaitForSingleObject(thread_handle, INFINITE) != WAIT_OBJECT_0) { in TestCloseRaceCondition()
776 if (!CloseHandle(thread_handle)) { in TestCloseRaceCondition()