Home
last modified time | relevance | path

Searched refs:ThreadType (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp69 registry->StartThread(0, 0, ThreadType::Regular, 0); in TestRegistry()
77 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry()
87 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry()
112 registry->StartThread(tid, 0, ThreadType::Regular, 0); in TestRegistry()
189 args->registry->StartThread(tids[i], 0, ThreadType::Regular, in RunThread()
201 registry->StartThread(0, 0, ThreadType::Regular, 0); in ThreadedTestRegistry()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h32 enum class ThreadType { enum
52 ThreadType thread_type;
64 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);
132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
H A Dsanitizer_thread_registry.cpp23 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase()
75 void ThreadContextBase::SetStarted(tid_t _os_id, ThreadType _thread_type, in SetStarted()
310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_posix.h45 ThreadType thread_type = ThreadType::Regular);
H A Dlsan_thread.h31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
H A Dlsan_thread.cpp52 ThreadType thread_type, void *arg) { in ThreadStart()
H A Dlsan_fuchsia.cpp58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
H A Dlsan_posix.cpp47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp152 ThreadType thread_type) { in ThreadStart()
158 if (thread_type != ThreadType::Fiber) in ThreadStart()
327 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
H A Dtsan_report.h87 ThreadType thread_type;
H A Dtsan_platform_mac.cpp236 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in my_pthread_introspection_hook()
H A Dtsan_report.cpp249 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
H A Dtsan_rtl.cpp450 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in Initialize()
H A Dtsan_rtl.h534 ThreadType thread_type);
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp153 ThreadType thread_type) { in ThreadStart()
168 if (thread_type != ThreadType::Fiber) in ThreadStart()
346 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
H A Dtsan_report.h87 ThreadType thread_type;
H A Dtsan_platform_mac.cpp213 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in ThreadCreateCallback()
H A Dtsan_report.cpp243 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
H A Dtsan_rtl.h557 ThreadType thread_type);
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp140 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_mac.cpp154 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
H A Dasan_fuchsia.cpp217 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
H A Dasan_thread.cpp265 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
/llvm-project-15.0.7/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp224 ThreadStart(thr, goid, 0, ThreadType::Regular); in __tsan_go_start()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp43 ThreadStart(thr, tid, 0, ThreadType::Fiber); in ThreadArray()

12