Searched defs:__tsan_get_report_thread (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/tsan/Darwin/ |
H A D | main_tid.mm | 10 int __tsan_get_report_thread(void *report, unsigned long idx, int *tid, function 31 __tsan_get_report_thread(report, 0, &tid, &os_id, &running, &name, &parent_tid, trace, 16); function
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 168 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread() function
|