Home
last modified time | relevance | path

Searched refs:shutdown_event_ (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/thread_pool/
H A Dtask_tracker.cc318 DCHECK(!shutdown_event_); in StartShutdown()
334 shutdown_event_->Signal(); in StartShutdown()
343 DCHECK(TS_UNCHECKED_READ(shutdown_event_)); in CompleteShutdown()
346 TS_UNCHECKED_READ(shutdown_event_)->Wait(); in CompleteShutdown()
401 DCHECK(shutdown_event_); in WillPostTask()
402 DCHECK(!shutdown_event_->IsSignaled()); in WillPostTask()
483 return shutdown_event_ && shutdown_event_->IsSignaled(); in IsShutdownComplete()
596 DCHECK(shutdown_event_); in BeforeQueueTaskSource()
597 DCHECK(!shutdown_event_->IsSignaled()); in BeforeQueueTaskSource()
672 DCHECK(shutdown_event_); in DecrementNumItemsBlockingShutdown()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/linux/
H A Dexception_handler_server.cc244 shutdown_event_(), in ExceptionHandlerServer()
267 shutdown_event_ = std::make_unique<Event>(); in InitializeWithClient()
268 shutdown_event_->type = Event::Type::kShutdown; in InitializeWithClient()
269 shutdown_event_->fd.reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in InitializeWithClient()
270 if (!shutdown_event_->fd.is_valid()) { in InitializeWithClient()
277 poll_event.data.ptr = shutdown_event_.get(); in InitializeWithClient()
280 shutdown_event_->fd.get(), in InitializeWithClient()
323 if (shutdown_event_ && shutdown_event_->fd.is_valid()) { in Stop()
325 LoggingWriteFile(shutdown_event_->fd.get(), &value, sizeof(value)); in Stop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/linux/
H A Dexception_handler_server.cc241 shutdown_event_(), in ExceptionHandlerServer()
264 shutdown_event_ = std::make_unique<Event>(); in InitializeWithClient()
265 shutdown_event_->type = Event::Type::kShutdown; in InitializeWithClient()
266 shutdown_event_->fd.reset(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)); in InitializeWithClient()
267 if (!shutdown_event_->fd.is_valid()) { in InitializeWithClient()
274 poll_event.data.ptr = shutdown_event_.get(); in InitializeWithClient()
277 shutdown_event_->fd.get(), in InitializeWithClient()
320 if (shutdown_event_ && shutdown_event_->fd.is_valid()) { in Stop()
322 LoggingWriteFile(shutdown_event_->fd.get(), &value, sizeof(value)); in Stop()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/thread_pool/
H A Dtask_tracker.cc356 DCHECK(!shutdown_event_); in StartShutdown()
372 shutdown_event_->Signal(); in StartShutdown()
381 DCHECK(TS_UNCHECKED_READ(shutdown_event_)); in CompleteShutdown()
384 TS_UNCHECKED_READ(shutdown_event_)->Wait(); in CompleteShutdown()
439 DCHECK(shutdown_event_); in WillPostTask()
440 DCHECK(!shutdown_event_->IsSignaled()); in WillPostTask()
521 return shutdown_event_ && shutdown_event_->IsSignaled(); in IsShutdownComplete()
658 DCHECK(shutdown_event_); in BeforeQueueTaskSource()
659 DCHECK(!shutdown_event_->IsSignaled()); in BeforeQueueTaskSource()
735 DCHECK(shutdown_event_); in DecrementNumItemsBlockingShutdown()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppapi_proxy_test.h129 PluginDelegateMock() : ipc_task_runner_(NULL), shutdown_event_() {} in PluginDelegateMock()
135 shutdown_event_ = shutdown_event; in Init()
174 base::WaitableEvent* shutdown_event_; // Weak variable
279 DelegateMock() : ipc_task_runner_(NULL), shutdown_event_(NULL) {} in DelegateMock()
285 shutdown_event_ = shutdown_event; in Init()
304 base::WaitableEvent* shutdown_event_; // Weak variable
378 base::WaitableEvent shutdown_event_; variable
H A Dppapi_proxy_test.cc246 return shutdown_event_; in GetShutdownEvent()
490 return shutdown_event_; in GetShutdownEvent()
544 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in TwoWayTest()
556 shutdown_event_.Signal(); in ~TwoWayTest()
573 &shutdown_event_, &remote_harness_set_up)); in SetUp()
576 pipe.handle1.release(), io_thread_.task_runner().get(), &shutdown_event_, in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppapi_proxy_test.h129 PluginDelegateMock() : ipc_task_runner_(NULL), shutdown_event_() {} in PluginDelegateMock()
135 shutdown_event_ = shutdown_event; in Init()
173 base::WaitableEvent* shutdown_event_; // Weak variable
278 DelegateMock() : ipc_task_runner_(NULL), shutdown_event_(NULL) {} in DelegateMock()
284 shutdown_event_ = shutdown_event; in Init()
303 base::WaitableEvent* shutdown_event_; // Weak variable
377 base::WaitableEvent shutdown_event_; variable
H A Dppapi_proxy_test.cc246 return shutdown_event_; in GetShutdownEvent()
486 return shutdown_event_; in GetShutdownEvent()
540 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in TwoWayTest()
552 shutdown_event_.Signal(); in ~TwoWayTest()
569 &shutdown_event_, &remote_harness_set_up)); in SetUp()
572 pipe.handle1.release(), io_thread_.task_runner().get(), &shutdown_event_, in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dsync_socket_win.cc281 shutdown_event_.Signal(); in Shutdown()
287 shutdown_event_.Reset(); in Close()
294 &file_operation_, &shutdown_event_, this, kWaitTimeOutInMs); in Send()
300 &file_operation_, &shutdown_event_, this, INFINITE); in Receive()
308 &file_operation_, &shutdown_event_, this, in ReceiveWithTimeout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dsync_socket_win.cc281 shutdown_event_.Signal(); in Shutdown()
287 shutdown_event_.Reset(); in Close()
294 &file_operation_, &shutdown_event_, this, kWaitTimeOutInMs); in Send()
300 &file_operation_, &shutdown_event_, this, INFINITE); in Receive()
308 &file_operation_, &shutdown_event_, this, in ReceiveWithTimeout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dchild_process.cc34 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in ChildProcess()
78 shutdown_event_.Signal(); in ~ChildProcess()
130 return &shutdown_event_; in GetShutDownEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dchild_process.cc49 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in ChildProcess()
121 shutdown_event_.Signal(); in ~ChildProcess()
180 return &shutdown_event_; in GetShutDownEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/service/
H A Dservice_ipc_server_unittest.cc87 base::WaitableEvent shutdown_event_; member in ServiceIPCServerTest
96 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in ServiceIPCServerTest()
107 &shutdown_event_)); in SetUp()
H A Dservice_process.h73 return &shutdown_event_; in GetShutdownEventForTesting()
127 base::WaitableEvent shutdown_event_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_sync_message_filter.cc78 registry->RegisterEvent(shutdown_event_, on_shutdown_callback); in Send()
88 registry->UnregisterEvent(shutdown_event_, on_shutdown_callback); in Send()
148 shutdown_event_(shutdown_event) {} in SyncMessageFilter()
H A Dipc_sync_channel.h169 base::WaitableEvent* shutdown_event() { return shutdown_event_; } in COMPONENT_EXPORT()
211 base::WaitableEvent* shutdown_event_; in COMPONENT_EXPORT() local
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/authorization/
H A Dgrpc_authorization_policy_provider.cc88 gpr_event_init(&shutdown_event_); in FileWatcherAuthorizationPolicyProvider()
100 &provider->shutdown_event_, in FileWatcherAuthorizationPolicyProvider()
148 gpr_event_set(&shutdown_event_, reinterpret_cast<void*>(1)); in Orphan()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/authorization/
H A Dgrpc_authorization_policy_provider.cc88 gpr_event_init(&shutdown_event_); in FileWatcherAuthorizationPolicyProvider()
100 &provider->shutdown_event_, in FileWatcherAuthorizationPolicyProvider()
148 gpr_event_set(&shutdown_event_, reinterpret_cast<void*>(1)); in Orphan()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Devent_tracer.cc96 shutdown_event_(false, false) {} in EventLogger()
138 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log()
226 shutdown_event_.Set(); in Stop()
325 rtc::Event shutdown_event_; member in rtc::tracing::__anon7709780f0211::EventLogger
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Devent_tracer.cc93 shutdown_event_(false, false) {} in EventLogger()
135 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log()
224 shutdown_event_.Set(); in Stop()
323 rtc::Event shutdown_event_; member in rtc::tracing::__anond4de27620211::EventLogger
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Devent_tracer.cc96 shutdown_event_(false, false) {} in EventLogger()
138 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log()
226 shutdown_event_.Set(); in Stop()
325 rtc::Event shutdown_event_; member in rtc::tracing::__anon6a9ed8380211::EventLogger
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Devent_tracer.cc96 shutdown_event_(false, false) {} in EventLogger()
138 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log()
226 shutdown_event_.Set(); in Stop()
325 rtc::Event shutdown_event_; member in rtc::tracing::__anond84c2e9c0211::EventLogger
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/loader/nonsfi/
H A Dnonsfi_listener.cc41 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in NonSfiListener()
58 &shutdown_event_); in Listen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_sync_channel.h169 base::WaitableEvent* shutdown_event() { return shutdown_event_; } in COMPONENT_EXPORT()
211 base::WaitableEvent* shutdown_event_; in COMPONENT_EXPORT() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Devent_tracer.cc136 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log()
224 shutdown_event_.Set(); in Stop()
323 rtc::Event shutdown_event_; member in rtc::tracing::__anon590bd4f70211::EventLogger

1234