Searched refs:__tsan_get_alloc_stack (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/ |
D | debug_alloc_stack.cpp | 17 extern "C" int __tsan_get_alloc_stack(void *addr, void **trace, size_t size, 54 __tsan_get_alloc_stack(mem, trace, num_frames, &thread_id, &thread_os_id); in main()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 242 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack() function
|
D | tsan_interface.h | 182 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id,
|