OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_thread_atexit_impl
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/test/
cxa_thread_atexit_test.pass.cpp
18
extern "C" int
__cxa_thread_atexit_impl
(void (*dtor)(void *), void *obj,
function
/bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp
30
extern "C" int
__cxa_thread_atexit_impl
(void (*func) (void *), void *arg, void *dso_handle);
35
int
__cxa_thread_atexit_impl
(void (*func) (void *), void *arg, void *dso_handle) {
function
Completed in 219 milliseconds