Searched refs:first_thread_exit_callback (Results 1 – 3 of 3) sorted by relevance
61 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()
471 if (modules.first_thread_exit_callback == nullptr) { in __notify_thread_exit_callbacks()484 modules.first_thread_exit_callback(); in __notify_thread_exit_callbacks()
180 thread_exit_cb_t first_thread_exit_callback = nullptr; member