| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 31 enum class ThreadType { enum 51 ThreadType thread_type; 63 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg); 129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
| H A D | sanitizer_thread_registry.cpp | 21 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase() 73 void ThreadContextBase::SetStarted(tid_t _os_id, ThreadType _thread_type, in SetStarted() 302 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
| H A D | lsan_thread.h | 31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
|
| H A D | lsan_thread.cpp | 52 ThreadType thread_type, void *arg) { in ThreadStart()
|
| H A D | lsan_posix.cpp | 47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
|
| H A D | lsan_fuchsia.cpp | 58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.h | 95 ThreadType thread_type;
|
| H A D | tsan_rtl_thread.cpp | 238 ThreadType thread_type) { in ThreadStart() 244 if (thread_type != ThreadType::Fiber) in ThreadStart() 429 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
|
| H A D | tsan_platform_mac.cpp | 220 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in my_pthread_introspection_hook()
|
| H A D | tsan_report.cpp | 261 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
|
| H A D | tsan_rtl.h | 750 ThreadType thread_type);
|
| H A D | tsan_rtl.cpp | 445 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in Initialize()
|
| H A D | tsan_interceptors_posix.cpp | 969 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in __tsan_thread_start_func()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 141 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cpp | 190 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
|
| H A D | asan_mac.cpp | 152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
|
| H A D | asan_thread.cpp | 266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | googletest-port-test.cc | 1095 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef 1098 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST() 1103 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 227 ThreadStart(thr, goid, 0, ThreadType::Regular); in __tsan_go_start()
|