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

  /external/chromium_org/chrome/browser/usb/
usb_context.cc 28 base::PlatformThreadHandle thread_handle_; member in class:UsbContext::UsbEventHandler
36 thread_handle_(0),
38 bool success = base::PlatformThread::Create(0, this, &thread_handle_);
48 base::PlatformThread::Join(thread_handle_);
  /external/chromium_org/base/win/
scoped_process_information.h 81 return thread_handle_.Get();
96 ScopedHandle thread_handle_; member in class:base::win::ScopedProcessInformation

Completed in 73 milliseconds