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

  /external/libchrome/base/win/
scoped_handle_test_dll.cc 57 HANDLE thread_handle = local
60 if (!thread_handle)
63 threads_.push_back(thread_handle);
  /external/libchrome/base/threading/
thread.h 176 PlatformThreadHandle thread_handle() { return thread_; } function in class:base::Thread
  /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...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 446 uint64_t thread_handle; local
456 &thread_handle);
463 thread_handle,
    [all...]

Completed in 388 milliseconds