Searched refs:__tsan_get_alloc_stack (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A 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
|
| H A D | tsan_interface.h | 182 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id,
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A 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
|
| H A D | tsan_interface.h | 182 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id,
|