Home
last modified time | relevance | path

Searched refs:is_running (Results 1 – 25 of 34) sorted by relevance

12

/third_party/vulkan-loader/tests/live_verification/
Dmacos_static_loader_build.cpp35 static std::atomic_bool is_running; variable
38 while (!is_running) { in run_vk_code()
41 while (is_running) { in run_vk_code()
76 is_running = false; in main()
81 is_running = true; in main()
83 is_running = false; in main()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.cpp162 src->is_running = FALSE; in gst_dshowaudiosrc_init()
389 src->is_running = TRUE; in gst_dshowaudiosrc_change_state()
394 src->is_running = FALSE; in gst_dshowaudiosrc_change_state()
406 src->is_running = FALSE; in gst_dshowaudiosrc_change_state()
500 gboolean was_running = src->is_running; in gst_dshowaudiosrc_prepare()
507 src->is_running = FALSE; in gst_dshowaudiosrc_prepare()
589 src->is_running = TRUE; in gst_dshowaudiosrc_prepare()
656 if (!src->is_running) in gst_dshowaudiosrc_read()
669 if (src->is_running) { in gst_dshowaudiosrc_read()
Dgstdshowvideosrc.cpp178 src->is_running = FALSE; in gst_dshowvideosrc_init()
437 src->is_running = TRUE; in gst_dshowvideosrc_change_state()
442 src->is_running = FALSE; in gst_dshowvideosrc_change_state()
453 src->is_running = FALSE; in gst_dshowvideosrc_change_state()
642 gboolean was_running = src->is_running; in gst_dshowvideosrc_set_caps()
649 src->is_running = FALSE; in gst_dshowvideosrc_set_caps()
773 src->is_running = TRUE; in gst_dshowvideosrc_set_caps()
Dgstdshowaudiosrc.h74 gboolean is_running; member
Dgstdshowvideosrc.h91 gboolean is_running; member
/third_party/python/Lib/test/
Dtest_interpreters.py245 self.assertTrue(main.is_running())
250 self.assertFalse(interp.is_running())
253 self.assertTrue(interp.is_running())
254 self.assertFalse(interp.is_running())
271 interp.is_running()
276 interp.is_running()
281 interp.is_running()
382 self.assertTrue(interp.is_running())
Dtest__xxsubinterpreters.py50 while not interpreters.is_running(interp):
490 self.assertTrue(interpreters.is_running(main))
495 self.assertFalse(interpreters.is_running(interp))
498 self.assertTrue(interpreters.is_running(interp))
499 self.assertFalse(interpreters.is_running(interp))
516 interpreters.is_running(interp)
520 interpreters.is_running(1_000_000)
524 interpreters.is_running(-1)
768 self.assertTrue(interpreters.is_running(interp),
774 self.assertTrue(interpreters.is_running(interp))
/third_party/cef/libcef_dll/ctocpp/
Dthread_ctocpp.cc96 if (CEF_MEMBER_MISSING(_struct, is_running)) in IsRunning()
102 int _retval = _struct->is_running(_struct); in IsRunning()
Dserver_ctocpp.cc82 if (CEF_MEMBER_MISSING(_struct, is_running)) in IsRunning()
88 int _retval = _struct->is_running(_struct); in IsRunning()
/third_party/python/Lib/test/support/
Dinterpreters.py80 def is_running(self): member in Interpreter
82 return _interpreters.is_running(self._id)
/third_party/python/Lib/asyncio/
Dcoroutines.py215 def is_running(coro): function
234 if is_running(coro):
Dbase_events.py576 if self.is_running():
659 if self.is_running():
681 if not self.is_running():
684 def is_running(self): member in BaseEventLoop
1905 if self.is_running():
/third_party/cef/include/capi/
Dcef_thread_capi.h92 int(CEF_CALLBACK* is_running)(struct _cef_thread_t* self);
Dcef_server_capi.h86 int(CEF_CALLBACK* is_running)(struct _cef_server_t* self);
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.c143 thread_data->is_running = TRUE; in gst_avtp_crf_base_change_state()
164 thread_data->is_running = FALSE; in gst_avtp_crf_base_change_state()
492 while (data->is_running) { in crf_listener_thread_func()
Dgstavtpcrfbase.h45 gboolean is_running; member
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m138 gboolean is_running;
141 is_running = [[NSRunLoop mainRunLoop] currentMode] != nil;
142 if (is_running) {
159 is_running = g_cond_wait_until (&_run_loop_cond,
169 is_running ? "" : " not ");
170 if (is_running) {
/third_party/cef/libcef_dll/cpptoc/
Dthread_cpptoc.cc119 GetStruct()->is_running = thread_is_running; in CefThreadCppToC()
Dserver_cpptoc.cc299 GetStruct()->is_running = server_is_running; in CefServerCppToC()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2sink.c815 is_running (GstRtmp2Sink * self) in is_running() function
847 if (G_UNLIKELY (is_running (self) && self->cancellable && in gst_rtmp2_sink_render()
853 while (G_UNLIKELY (is_running (self) && !self->connection)) { in gst_rtmp2_sink_render()
858 while (G_UNLIKELY (is_running (self) && self->connection && in gst_rtmp2_sink_render()
864 if (G_UNLIKELY (!is_running (self))) { in gst_rtmp2_sink_render()
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.h184 void pa_bluetooth_discovery_set_ofono_running(pa_bluetooth_discovery *y, bool is_running);
Dbluez5-util.c1010 void pa_bluetooth_discovery_set_ofono_running(pa_bluetooth_discovery *y, bool is_running) { in pa_bluetooth_discovery_set_ofono_running() argument
1013 pa_log_debug("oFono is running: %s", pa_yes_no(is_running)); in pa_bluetooth_discovery_set_ofono_running()
1019 if (is_running) { in pa_bluetooth_discovery_set_ofono_running()
1035 pa_bluetooth_native_backend_enable_hs_role(y->native_backend, !is_running); in pa_bluetooth_discovery_set_ofono_running()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosink.cpp756 bool is_running = true; in gst_decklink_audio_sink_render() local
757 self->output->output->IsScheduledPlaybackRunning (&is_running); in gst_decklink_audio_sink_render()
759 if (is_running && !GST_BASE_SINK_CAST (self)->flushing in gst_decklink_audio_sink_render()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1851 int is_running = _is_running(interp); in _ensure_not_running() local
1852 if (is_running < 0) { in _ensure_not_running()
1855 if (is_running) { in _ensure_not_running()
2255 int is_running = _is_running(interp); in interp_is_running() local
2256 if (is_running < 0) { in interp_is_running()
2259 if (is_running) { in interp_is_running()
/third_party/gstreamer/gstreamer/gst/
Dgsttask.c515 goto is_running; in gst_task_set_lock()
523 is_running: in gst_task_set_lock()

12