Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/live_verification/
Dmacos_static_loader_build.cpp35 static std::atomic_bool is_running; variable
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.h74 gboolean is_running; member
Dgstdshowvideosrc.h91 gboolean is_running; member
/third_party/python/Lib/asyncio/
Dcoroutines.py215 def is_running(coro): function
Devents.py228 def is_running(self): member in AbstractEventLoop
Dbase_events.py684 def is_running(self): member in BaseEventLoop
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.h45 gboolean is_running; member
/third_party/python/Lib/test/support/
Dinterpreters.py80 def is_running(self): member in Interpreter
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosink.cpp756 bool is_running = true; in gst_decklink_audio_sink_render() local
/third_party/node/deps/v8/src/logging/
Dcounters.cc94 bool is_running = (*active_timer.Pointer())[this]; in ToggleRunningState() local
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2sink.c815 is_running (GstRtmp2Sink * self) in is_running() function
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1851 int is_running = _is_running(interp); in _ensure_not_running() local
2255 int is_running = _is_running(interp); in interp_is_running() local
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c2110 void pa_bluetooth_discovery_set_ofono_running(pa_bluetooth_discovery *y, bool is_running) { in pa_bluetooth_discovery_set_ofono_running()
/third_party/node/deps/v8/src/d8/
Dd8.cc4122 bool Worker::is_running() const { return state_.load() == State::kRunning; } in is_running() function in v8::Worker