OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
broker_services.h
86
HANDLE
job_thread_
;
member in class:sandbox::BrokerServicesBase
broker_services.cc
89
job_thread_
(NULL) {
106
job_thread_
= ::CreateThread(NULL, 0, // Default security and stack.
108
if (NULL ==
job_thread_
)
131
if (WAIT_TIMEOUT == ::WaitForSingleObject(
job_thread_
, 1000)) {
143
::CloseHandle(
job_thread_
);
Completed in 29 milliseconds