Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/modules/
H A 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()
H A 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()
H A 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()
H A Dmodule-tunnel.c254 bool shutting_down:1; member
2214 if (u->shutting_down) in tunnel_process_msg()
2559 u->shutting_down = true; in do_done()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c132 static int shutting_down; variable
1424 /* Take both locks before setting shutting_down, so that in __libc_exit_fini()
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/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c132 static int shutting_down; variable
1423 /* Take both locks before setting shutting_down, so that in __libc_exit_fini()
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/ldso/
H A Ddynlink.c144 static int shutting_down; variable
1517 /* Take both locks before setting shutting_down, so that
1522 shutting_down = 1;
1629 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down)
2188 if (shutting_down) {
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c143 static int shutting_down; variable
2546 /* Take both locks before setting shutting_down, so that in __libc_exit_fini()
2551 shutting_down = 1; in __libc_exit_fini()
2651 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down) in do_init_fini()
3364 if (shutting_down) { in dlopen_impl()
4133 if (shutting_down) { in __dlclose()
/third_party/musl/ldso/linux/
H A Ddynlink.c172 static int shutting_down; variable
2775 /* Take both locks before setting shutting_down, so that in __libc_exit_fini()
2780 shutting_down = 1; in __libc_exit_fini()
2880 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down) in do_init_fini()
3629 if (shutting_down) { in dlopen_impl()
4472 if (shutting_down) { in __dlclose()

Completed in 38 milliseconds