Searched refs:ThreadSetName (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface.cpp | 82 ThreadSetName(static_cast<ThreadState *>(fiber), name); in __tsan_set_fiber_name()
|
| H A D | tsan_rtl_thread.cpp | 328 void ThreadSetName(ThreadState *thr, const char *name) { in ThreadSetName() function
|
| H A D | tsan_interface_ann.cpp | 310 ThreadSetName(thr, name); in AnnotateThreadName()
|
| H A D | tsan_rtl.h | 563 void ThreadSetName(ThreadState *thr, const char *name);
|
| H A D | tsan_interceptors_posix.cpp | 2423 ThreadSetName(((TsanInterceptorContext *) ctx)->thr, name)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interface.cpp | 96 ThreadSetName(static_cast<ThreadState *>(fiber), name); in __tsan_set_fiber_name()
|
| H A D | tsan_rtl_thread.cpp | 309 void ThreadSetName(ThreadState *thr, const char *name) { in ThreadSetName() function
|
| H A D | tsan_interface_ann.cpp | 310 ThreadSetName(thr, name); in AnnotateThreadName()
|
| H A D | tsan_rtl.h | 540 void ThreadSetName(ThreadState *thr, const char *name);
|
| H A D | tsan_interceptors_posix.cpp | 2417 ThreadSetName(((TsanInterceptorContext *) ctx)->thr, name)
|