OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminate_event
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/common/
service_process_util_win.cc
87
base::win::ScopedHandle
terminate_event
;
local
92
terminate_event
.Set(OpenEvent(EVENT_MODIFY_STATE, FALSE, event_name.c_str()));
93
if (!
terminate_event
.IsValid())
95
SetEvent(
terminate_event
.Get());
Completed in 129 milliseconds