Home
last modified time | relevance | path

Searched defs:is_closed (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/thread/executors/
Dscheduler.hpp112 bool is_closed; member in boost::executors::resubmit_at_executor
219 bool is_closed; member in boost::executors::at_executor
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h50 gboolean is_closed; member
/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp160 bool is_closed() const noexcept { in is_closed() function in buffered_channel
/third_party/grpc/test/core/transport/chttp2/
Dhpack_encoder_test.cc78 bool is_closed = false; in verify_frames() local
/third_party/libinput/src/
Devdev-fallback.c723 bool is_closed) in fallback_lid_toggle_keyboard_listener()
742 bool is_closed) in fallback_lid_toggle_keyboard_listeners()
763 bool is_closed; in fallback_process_switch() local
Devdev-fallback.h133 bool is_closed; member
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h115 gboolean is_closed; member
/third_party/boost/boost/fiber/
Dbuffered_channel.hpp82 bool is_closed() const noexcept { in is_closed() function in boost::fibers::buffered_channel
Dunbuffered_channel.hpp108 bool is_closed() const noexcept { in is_closed() function in boost::fibers::unbuffered_channel
/third_party/boost/boost/thread/concurrent_queues/
Dsync_bounded_queue.hpp487 bool is_closed = false; in wait_pull_front() local
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc119 bool is_closed = false; member
/third_party/node/src/
Dnode_http2.h340 bool is_closed() const { in is_closed() function
/third_party/python/Lib/asyncio/
Devents.py232 def is_closed(self): member in AbstractEventLoop
Dbase_events.py675 def is_closed(self): member in BaseEventLoop