OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_atexit
(Results
26 - 26
of
26
) sorted by null
1
2
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
407
TSAN_INTERCEPTOR(int,
__cxa_atexit
, void (*f)(void *a), void *arg, void *dso) {
410
SCOPED_TSAN_INTERCEPTOR(
__cxa_atexit
, f, arg, dso);
420
// Memory allocation in
__cxa_atexit
will race with free during exit,
423
int res = REAL(
__cxa_atexit
)(at_exit_wrapper, ctx, dso);
446
// Memory allocation in
__cxa_atexit
will race with free during exit,
[
all
...]
Completed in 73 milliseconds
1
2