OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_thread_atexit_impl
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/stdlib/
cxa_thread_atexit.c
68
__weak_alias(__cxa_thread_atexit,
__cxa_thread_atexit_impl
)
69
int
__cxa_thread_atexit_impl
(void (*)(void *), void *, void *);
72
__cxa_thread_atexit_impl
(void (*dtor)(void *), void *obj, void *dso_symbol)
/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
atexit_thread.cc
62
extern "C" int
__cxa_thread_atexit_impl
(void (_GLIBCXX_CDTOR_CALLABI *func) (void *),
69
return
__cxa_thread_atexit_impl
(dtor, obj, dso_handle);
144
__cxa_thread_atexit_impl
(void (_GLIBCXX_CDTOR_CALLABI *func) (void *),
155
if (
__cxa_thread_atexit_impl
)
156
// Rely on a (presumably libc-provided)
__cxa_thread_atexit_impl
,
160
// versions of libc have a
__cxa_thread_atexit_impl
definition,
163
// benefit from a libc-provided
__cxa_thread_atexit_impl
.
164
return
__cxa_thread_atexit_impl
(dtor, obj, dso_handle);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
atexit_thread.cc
44
extern "C" int
__cxa_thread_atexit_impl
(void (_GLIBCXX_CDTOR_CALLABI *func) (void *),
51
return
__cxa_thread_atexit_impl
(dtor, obj, dso_handle);
/src/external/gpl3/gcc/dist/libstdc++-v3/
configure
26326
for ac_func in
__cxa_thread_atexit_impl
__cxa_thread_atexit
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure
28320
for ac_func in
__cxa_thread_atexit_impl
__cxa_thread_atexit
[
all
...]
Completed in 65 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026