OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shutdown_event
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/
service_process_util_win.cc
78
base::win::ScopedHandle
shutdown_event
;
local
83
shutdown_event
.Set(OpenEvent(EVENT_MODIFY_STATE, FALSE, event_name.c_str()));
84
if (!
shutdown_event
.IsValid())
86
SetEvent(
shutdown_event
.Get());
/external/chromium_org/chrome/service/
service_process.h
72
base::WaitableEvent*
shutdown_event
() {
function in class:ServiceProcess
/external/chromium_org/ipc/
ipc_sync_channel.h
74
base::WaitableEvent*
shutdown_event
);
81
base::WaitableEvent*
shutdown_event
);
121
base::WaitableEvent*
shutdown_event
);
150
base::WaitableEvent*
shutdown_event
() { return shutdown_event_; }
function in class:IPC::SyncChannel::SyncContext
ipc_sync_channel_unittest.cc
122
WaitableEvent*
shutdown_event
() { return &shutdown_event_; }
function in class:IPC::__anon8588::Worker
331
this, ipc_thread().message_loop_proxy().get(),
shutdown_event
());
352
this, ipc_thread().message_loop_proxy().get(),
shutdown_event
());
1037
TestSyncMessageFilter(base::WaitableEvent*
shutdown_event
,
[
all
...]
/external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc
38
static const ServerConnectionEvent
shutdown_event
=
member in namespace:browser_sync
148
channel_(new Channel(
shutdown_event
)),
/external/chromium/chrome/browser/
browser_process_impl.cc
593
base::WaitableEvent* BrowserProcessImpl::
shutdown_event
() {
function in class:BrowserProcessImpl
[
all
...]
Completed in 115 milliseconds