HomeSort by relevance Sort by last modified time
    Searched defs:thread_handle (Results 1 - 7 of 7) sorted by null

  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 713 HANDLE thread_handle = reinterpret_cast<HANDLE>( local
715 if (thread_handle == NULL) {
773 if (WaitForSingleObject(thread_handle, INFINITE) != WAIT_OBJECT_0) {
776 if (!CloseHandle(thread_handle)) {
  /external/googletest/googletest/src/
gtest-port.cc 332 HANDLE thread_handle = ::CreateThread( local
339 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
341 if (thread_handle == NULL) {
344 return thread_handle;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 332 HANDLE thread_handle = ::CreateThread( local
339 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
341 if (thread_handle == NULL) {
344 return thread_handle;
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 314 HANDLE thread_handle = ::CreateThread( local
321 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
323 if (thread_handle == NULL) {
326 return thread_handle;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 291 HANDLE thread_handle = ::CreateThread( local
298 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
300 if (thread_handle == NULL) {
303 return thread_handle;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 291 HANDLE thread_handle = ::CreateThread( local
298 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
300 if (thread_handle == NULL) {
303 return thread_handle;
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 451 uint64_t thread_handle; local
461 &thread_handle);
468 thread_handle,
    [all...]

Completed in 288 milliseconds