Searched refs:__tsan_get_alloc_stack (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/test/tsan/ |
H A 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()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 244 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack() function
|
H A D | tsan_interface.h | 194 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id,
|