Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/
Dcontext.h58 bool shutting_down() { return shutting_down_; } in shutting_down() function
121 !CefContext::Get()->shutting_down())
/third_party/openh264/module/
Dgmp-openh264.cpp193 shutting_down(false) { in OpenH264VideoEncoder()
386 shutting_down = true; in EncodingComplete()
417 if (!shutting_down && g_platform_api) { in TrySyncRunOnMainThread()
607 bool shutting_down; member in OpenH264VideoEncoder
628 shutting_down(false) { in OpenH264VideoDecoder()
774 shutting_down = true; in DecodingComplete()
805 if (!shutting_down && g_platform_api) { in TrySyncRunOnMainThread()
927 bool shutting_down; member in OpenH264VideoDecoder
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c73 self->shutting_down = TRUE; in gst_wl_display_finalize()
391 g_assert (!self->shutting_down); in gst_wl_display_register_buffer()
417 if (G_LIKELY (!self->shutting_down)) in gst_wl_display_unregister_buffer()
Dwldisplay.h73 gboolean shutting_down; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglwindow_eagl.m66 gboolean shutting_down; field
235 window_eagl->priv->shutting_down = TRUE;
262 if (!context && window_eagl->priv->shutting_down) {
264 window_eagl->priv->shutting_down = FALSE;
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c102 bool shutting_down; member
601 if (u->shutting_down) in tunnel_process_msg()
737 u->shutting_down = true; in do_done()
Dmodule-tunnel-sink-new.c105 bool shutting_down; member
629 if (u->shutting_down) in tunnel_process_msg()
768 u->shutting_down = true; in do_done()
Dmodule-zeroconf-publish.c150 bool shutting_down; /* Used in the main thread. */ member
648 if (u->shutting_down || u->module->unload_requested) in avahi_process_msg()
902 u->shutting_down = true; in pa__done()
Dmodule-tunnel.c253 bool shutting_down:1; member
2213 if (u->shutting_down) in tunnel_process_msg()
2558 u->shutting_down = true; in do_done()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglwindow_cocoa.m105 gboolean shutting_down; field
493 if (!context && window_cocoa->priv->shutting_down) {
495 window_cocoa->priv->shutting_down = FALSE;
528 window_cocoa->priv->shutting_down = TRUE;
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c132 static int shutting_down; variable
1428 shutting_down = 1; in __libc_exit_fini()
1535 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down) in do_init_fini()
2078 if (shutting_down) { in dlopen()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c132 static int shutting_down; variable
1429 shutting_down = 1; in __libc_exit_fini()
1536 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down) in do_init_fini()
2079 if (shutting_down) { in dlopen()
/third_party/musl/ldso/
Ddynlink.c134 static int shutting_down; variable
1412 shutting_down = 1; in __libc_exit_fini()
1519 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down) in do_init_fini()
2045 if (shutting_down) { in dlopen()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c142 static int shutting_down; variable
2548 shutting_down = 1; in __libc_exit_fini()
2648 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down) in do_init_fini()
3360 if (shutting_down) { in dlopen_impl()