Home
last modified time | relevance | path

Searched refs:first_thread_exit_callback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dsys_thread_properties.cpp61 if (modules.first_thread_exit_callback == nullptr) { in __libc_register_thread_exit_callback()
62 modules.first_thread_exit_callback = cb; in __libc_register_thread_exit_callback()
H A Dbionic_elf_tls.cpp471 if (modules.first_thread_exit_callback == nullptr) { in __notify_thread_exit_callbacks()
484 modules.first_thread_exit_callback(); in __notify_thread_exit_callbacks()
/aosp_15_r20/bionic/libc/private/
H A Dbionic_elf_tls.h180 thread_exit_cb_t first_thread_exit_callback = nullptr; member