Searched refs:thread_exit_cb_t (Results 1 – 2 of 2) sorted by relevance
119 typedef void (*thread_exit_cb_t)(void); typedef122 thread_exit_cb_t cb;153 thread_exit_cb_t first_thread_exit_callback = nullptr;
58 void __libc_register_thread_exit_callback(thread_exit_cb_t cb) { in __libc_register_thread_exit_callback()