Home
last modified time | relevance | path

Searched refs:shutdown_event_ (Results 51 – 75 of 85) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_sync_message_filter.h95 base::WaitableEvent* const shutdown_event_; in COMPONENT_EXPORT() local
H A Dipc_sync_channel_unittest.cc60 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in Worker()
77 shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL, in Worker()
145 WaitableEvent* shutdown_event() { return &shutdown_event_; } in shutdown_event()
182 base::ThreadTaskRunnerHandle::Get(), true, &shutdown_event_); in CreateChannel()
256 base::WaitableEvent shutdown_event_; member in IPC::__anonb29f176e0111::Worker
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dvie_encoder.cc248 : shutdown_event_(true /* manual_reset */, false), in ViEEncoder()
294 RTC_DCHECK(shutdown_event_.Wait(0)) in ~ViEEncoder()
309 shutdown_event_.Set(); in Stop()
312 shutdown_event_.Wait(rtc::Event::kForever); in Stop()
H A Dvie_encoder.h179 rtc::Event shutdown_event_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/service/
H A Dservice_ipc_server.h90 base::WaitableEvent* shutdown_event_; variable
H A Dservice_ipc_server.cc18 shutdown_event_(shutdown_event) { in ServiceIPCServer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dsync_socket.h139 WaitableEvent shutdown_event_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dsync_socket.h138 WaitableEvent shutdown_event_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/linux/
H A Dexception_handler_server.h184 std::unique_ptr<Event> shutdown_event_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/linux/
H A Dexception_handler_server.h184 std::unique_ptr<Event> shutdown_event_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/loader/
H A Dnacl_listener.h91 base::WaitableEvent shutdown_event_; variable
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_provider.h125 gpr_event shutdown_event_; variable
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_provider.h126 gpr_event shutdown_event_; variable
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_provider.h126 gpr_event shutdown_event_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/nacl_irt/
H A Dppapi_dispatcher.h100 base::WaitableEvent* shutdown_event_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/thread_pool/
H A Dtask_tracker.h250 std::unique_ptr<WaitableEvent> shutdown_event_ GUARDED_BY(shutdown_lock_);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/nacl_irt/
H A Dppapi_dispatcher.h99 base::WaitableEvent* shutdown_event_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/thread_pool/
H A Dtask_tracker.h265 std::unique_ptr<WaitableEvent> shutdown_event_ GUARDED_BY(shutdown_lock_);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/workers/
H A Dworker_thread.cc427 shutdown_event_->Wait(); in WaitForShutdownForTesting()
471 shutdown_event_(RefCountedWaitableEvent::Create()) { in WorkerThread()
745 scoped_refptr<RefCountedWaitableEvent> shutdown_event = shutdown_event_; in PerformShutdownOnWorkerThread()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dvideo_stream_encoder.cc393 : shutdown_event_(true /* manual_reset */, false), in VideoStreamEncoder()
441 RTC_DCHECK(shutdown_event_.Wait(0)) in ~VideoStreamEncoder()
470 shutdown_event_.Set(); in Stop()
473 shutdown_event_.Wait(rtc::Event::kForever); in Stop()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dvideo_stream_encoder.cc393 : shutdown_event_(true /* manual_reset */, false), in VideoStreamEncoder()
441 RTC_DCHECK(shutdown_event_.Wait(0)) in ~VideoStreamEncoder()
470 shutdown_event_.Set(); in Stop()
473 shutdown_event_.Wait(rtc::Event::kForever); in Stop()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/video/
H A Dvideo_stream_encoder.cc393 : shutdown_event_(true /* manual_reset */, false), in VideoStreamEncoder()
441 RTC_DCHECK(shutdown_event_.Wait(0)) in ~VideoStreamEncoder()
470 shutdown_event_.Set(); in Stop()
473 shutdown_event_.Wait(rtc::Event::kForever); in Stop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Dworker_thread.cc424 shutdown_event_->Wait(); in WaitForShutdownForTesting()
476 shutdown_event_(RefCountedWaitableEvent::Create()) { in WorkerThread()
797 scoped_refptr<RefCountedWaitableEvent> shutdown_event = shutdown_event_; in PerformShutdownOnWorkerThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/gl/
H A Dgpu_service_impl.cc552 shutdown_event_ = shutdown_event; in InitializeWithHost()
553 if (!shutdown_event_) { in InitializeWithHost()
557 shutdown_event_ = owned_shutdown_event_.get(); in InitializeWithHost()
949 gpu_channel->Init(pipe.handle0.release(), shutdown_event_); in EstablishGpuChannel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/gl/
H A Dgpu_service_impl.cc466 shutdown_event_ = shutdown_event; in InitializeWithHost()
467 if (!shutdown_event_) { in InitializeWithHost()
471 shutdown_event_ = owned_shutdown_event_.get(); in InitializeWithHost()
941 gpu_channel->Init(pipe.handle0.release(), shutdown_event_); in EstablishGpuChannel()

1234