Home
last modified time | relevance | path

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

/external/chromium_org/base/win/
Dscoped_process_information.cc50 thread_id_ || thread_handle_.Get(); in IsValid()
55 thread_handle_.Close(); in Close()
65 thread_handle_.Set(process_info.hThread); in Set()
76 CheckAndDuplicateHandle(other.thread_handle(), &thread_handle_)) { in DuplicateFrom()
88 process_information.hThread = thread_handle_.Take(); in Take()
104 return thread_handle_.Take(); in TakeThreadHandle()
Dscoped_process_information.h58 return thread_handle_.Get(); in thread_handle()
73 ScopedHandle thread_handle_; variable
/external/chromium_org/chrome/browser/usb/
Dusb_context.cc28 base::PlatformThreadHandle thread_handle_; member in UsbContext::UsbEventHandler
36 thread_handle_(0), in UsbEventHandler()
38 bool success = base::PlatformThread::Create(0, this, &thread_handle_); in UsbEventHandler()
48 base::PlatformThread::Join(thread_handle_); in ~UsbEventHandler()