Searched refs:hook (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/sanitizers/ |
| A D | hooks.c | 23 __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 D | sanitizer.h | 132 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 D | jemalloc_internal_defs.h.in | 301 /* glibc memalign hook. */
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 1876 JE_COMPILABLE([glibc malloc hook], [ 1892 JE_COMPILABLE([glibc memalign hook], [
|
| A D | ChangeLog | 279 - Fix chunk purge hook calls for in-place huge shrinking reallocation to
|
Completed in 12 milliseconds