Home
last modified time | relevance | path

Searched refs:shutdown_event (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_channel.h89 base::WaitableEvent* shutdown_event); in COMPONENT_EXPORT()
97 base::WaitableEvent* shutdown_event); in COMPONENT_EXPORT()
106 base::WaitableEvent* shutdown_event); in COMPONENT_EXPORT()
147 base::WaitableEvent* shutdown_event); in COMPONENT_EXPORT()
172 base::WaitableEvent* shutdown_event() { return shutdown_event_; } in COMPONENT_EXPORT()
225 base::WaitableEvent* shutdown_event); in COMPONENT_EXPORT()
Dipc_sync_channel.cc360 WaitableEvent* shutdown_event) in SyncContext() argument
363 shutdown_event_(shutdown_event), in SyncContext()
541 base::WaitableEvent* shutdown_event) { in Create() argument
543 Create(listener, ipc_task_runner, listener_task_runner, shutdown_event); in Create()
555 base::WaitableEvent* shutdown_event) { in Create() argument
557 Create(listener, ipc_task_runner, listener_task_runner, shutdown_event); in Create()
567 WaitableEvent* shutdown_event) { in Create() argument
569 listener, ipc_task_runner, listener_task_runner, shutdown_event)); in Create()
576 WaitableEvent* shutdown_event) in SyncChannel() argument
580 shutdown_event)), in SyncChannel()
[all …]
Dipc_sync_message_filter.cc145 SyncMessageFilter::SyncMessageFilter(base::WaitableEvent* shutdown_event) in SyncMessageFilter() argument
148 shutdown_event_(shutdown_event) {} in SyncMessageFilter()
Dipc_cpu_perftest.cc220 std::unique_ptr<base::WaitableEvent> shutdown_event; in RunPingPongServer() local
223 shutdown_event = std::make_unique<base::WaitableEvent>( in RunPingPongServer()
229 shutdown_event.get()); in RunPingPongServer()
Dipc_sync_channel_unittest.cc144 WaitableEvent* shutdown_event() { return &shutdown_event_; } in shutdown_event() function in IPC::__anonbab8626c0111::Worker
371 create_pipe_now_, shutdown_event()) in CreateChannel()
398 create_pipe_now_, shutdown_event()) in CreateChannel()
1058 base::WaitableEvent* shutdown_event, in TestSyncMessageFilter() argument
1061 : SyncMessageFilter(shutdown_event), in TestSyncMessageFilter()
1098 filter_ = new TestSyncMessageFilter(shutdown_event(), this, in SyncMessageFilterServer()
1286 true, shutdown_event()); in Run()
1693 shutdown_event()); in Run()
1788 shutdown_event()); in Run()
Dipc_sync_message_filter.h61 explicit SyncMessageFilter(base::WaitableEvent* shutdown_event); in COMPONENT_EXPORT()
Dipc_mojo_perftest.cc220 base::WaitableEvent shutdown_event( in RunTestChannelProxySyncPing() local
226 &shutdown_event); in RunTestChannelProxySyncPing()
/external/libchrome/mojo/core/embedder/
Dscoped_ipc_support.cc37 base::WaitableEvent shutdown_event( in ~ScopedIPCSupport() local
41 base::Unretained(&shutdown_event))); in ~ScopedIPCSupport()
44 shutdown_event.Wait(); in ~ScopedIPCSupport()
/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py694 for shutdown_event in state.shutdown_events:
695 shutdown_event.set()
753 shutdown_event = threading.Event()
754 shutdown_event.set()
755 return shutdown_event
762 shutdown_event = threading.Event()
763 state.shutdown_events.append(shutdown_event)
769 shutdown_event.wait(timeout=grace)
775 return shutdown_event
776 shutdown_event.wait()
[all …]