Home
last modified time | relevance | path

Searched defs:__tsan_get_report_thread (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dmain_tid.mm10 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 Dtsan_debugging.cpp168 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread() function