Searched refs:thread_exit_cb_t (Results 1 – 2 of 2) sorted by relevance
146 typedef void (*thread_exit_cb_t)(void); typedef149 thread_exit_cb_t cb;180 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()