Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/musl/sanitizers/
A Dhooks.c23 __WEAK void __sanitizer_thread_create_hook(void* hook, thrd_t th, int error) { in __sanitizer_thread_create_hook() argument
24 assert(hook == NULL); in __sanitizer_thread_create_hook()
27 __WEAK void __sanitizer_thread_start_hook(void* hook, thrd_t self) { in __sanitizer_thread_start_hook() argument
28 assert(hook == NULL); in __sanitizer_thread_start_hook()
31 __WEAK void __sanitizer_thread_exit_hook(void* hook, thrd_t self) { in __sanitizer_thread_exit_hook() argument
32 assert(hook == NULL); in __sanitizer_thread_exit_hook()
/third_party/ulib/musl/include/zircon/
A Dsanitizer.h132 void* hook, thrd_t thread, int error);
137 __EXPORT void __sanitizer_thread_start_hook(void* hook, thrd_t self);
142 __EXPORT void __sanitizer_thread_exit_hook(void* hook, thrd_t self);
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in301 /* glibc memalign hook. */
/third_party/ulib/jemalloc/
A Dconfigure.ac1876 JE_COMPILABLE([glibc malloc hook], [
1892 JE_COMPILABLE([glibc memalign hook], [
A DChangeLog279 - Fix chunk purge hook calls for in-place huge shrinking reallocation to

Completed in 12 milliseconds