Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:shutting_down
(Results
1 - 9
of
9
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel-sink-new.c
105
bool
shutting_down
;
member
629
if (u->
shutting_down
)
in tunnel_process_msg()
768
u->
shutting_down
= true;
in do_done()
H
A
D
module-tunnel-source-new.c
102
bool
shutting_down
;
member
601
if (u->
shutting_down
)
in tunnel_process_msg()
737
u->
shutting_down
= true;
in do_done()
H
A
D
module-zeroconf-publish.c
150
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
D
module-tunnel.c
254
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
D
dynlink.c
132
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
D
dynlink.c
132
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
D
dynlink.c
144
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
D
dynlink.c
143
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
D
dynlink.c
172
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