Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_elf_tls.h146 typedef void (*thread_exit_cb_t)(void); typedef
149 thread_exit_cb_t cb;
180 thread_exit_cb_t first_thread_exit_callback = nullptr;
/bionic/libc/bionic/
Dsys_thread_properties.cpp58 void __libc_register_thread_exit_callback(thread_exit_cb_t cb) { in __libc_register_thread_exit_callback()