Home
last modified time | relevance | path

Searched refs:thread_exit_cb_t (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/private/
H A Dbionic_elf_tls.h119 typedef void (*thread_exit_cb_t)(void); typedef
122 thread_exit_cb_t cb;
153 thread_exit_cb_t first_thread_exit_callback = nullptr;
/aosp12/bionic/libc/bionic/
H A Dsys_thread_properties.cpp58 void __libc_register_thread_exit_callback(thread_exit_cb_t cb) { in __libc_register_thread_exit_callback()