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:dso_handle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/musl/src/exit/
H
A
D
cxa_thread_atexit_impl.c
18
__attribute__((__weak__)) extern void add_dso_handle_node(void *
dso_handle
) ;
19
__attribute__((__weak__)) extern void remove_dso_handle_node(void *
dso_handle
);
30
void *
dso_handle
;
member
47
remove_dso_handle_node(cur->
dso_handle
);
in run_cur_thread_dtors()
76
int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *
dso_handle
)
in __cxa_thread_atexit_impl()
argument
91
dtor->
dso_handle
=
dso_handle
;
in __cxa_thread_atexit_impl()
95
add_dso_handle_node(
dso_handle
);
in __cxa_thread_atexit_impl()
104
int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *
dso_handle
)
in __cxa_thread_atexit_impl()
argument
112
dtor->
dso_handle
in __cxa_thread_atexit_impl()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H
A
D
cxa_thread_atexit_test.cpp
117
extern "C" int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *
dso_handle
);
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
6249
void *
dso_handle
; // Used to located dso.
member
6257
dso_handle_node* find_dso_handle_node(void *
dso_handle
)
in find_dso_handle_node()
argument
6261
if (cur->
dso_handle
==
dso_handle
) {
in find_dso_handle_node()
6269
void add_dso_handle_node(void *
dso_handle
)
in add_dso_handle_node()
argument
6272
if (!
dso_handle
) {
in add_dso_handle_node()
6273
LD_LOGW("[cxa_thread] add_dso_handle_node return because
dso_handle
is null.\n");
in add_dso_handle_node()
6278
dso_handle_node *node = find_dso_handle_node(
dso_handle
);
in add_dso_handle_node()
6293
struct dso* p = addr2dso(
dso_handle
);
in add_dso_handle_node()
6296
LD_LOGE("[cxa_thread] can't find dso by
dso_handle
(
in add_dso_handle_node()
6332
remove_
dso_handle
_node(void *
dso_handle
)
remove_dso_handle_node()
argument
[all...]
/third_party/musl/src/internal/
H
A
D
pthread_impl.h
84
void *
dso_handle
; // Used to located dso.
member
Completed in 10 milliseconds