Searched defs:hook (Results 1 – 1 of 1) sorted by relevance
23 __WEAK void __sanitizer_thread_create_hook(void* hook, thrd_t th, int error) { in __sanitizer_thread_create_hook()27 __WEAK void __sanitizer_thread_start_hook(void* hook, thrd_t self) { in __sanitizer_thread_start_hook()31 __WEAK void __sanitizer_thread_exit_hook(void* hook, thrd_t self) { in __sanitizer_thread_exit_hook()
Completed in 4 milliseconds