Home
last modified time | relevance | path

Searched refs:thread_handle_ (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/win/
H A Dscoped_process_information.cc51 thread_handle_.Get(); in IsValid()
56 thread_handle_.Close(); in Close()
66 thread_handle_.Set(process_info.hThread); in Set()
77 CheckAndDuplicateHandle(other.thread_handle(), &thread_handle_)) { in DuplicateFrom()
89 process_information.hThread = thread_handle_.Take(); in Take()
105 return thread_handle_.Take(); in TakeThreadHandle()
H A Dscoped_process_information.h53 HANDLE thread_handle() const { return thread_handle_.Get(); } in thread_handle()
63 ScopedHandle thread_handle_; member in base::win::ScopedProcessInformation

Completed in 1 milliseconds