Home
last modified time | relevance | path

Searched refs:thread_type (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp52 ThreadType thread_type, void *arg) { in ThreadStart() argument
53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
H A Dlsan_posix.cpp48 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() argument
58 ThreadContextLsanBase::ThreadStart(tid, os_id, thread_type, &args); in ThreadStart()
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,
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp23 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase()
79 thread_type = _thread_type; in SetStarted()
310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() argument
317 tctx->SetStarted(os_id, thread_type, arg); in StartThread()
H A Dsanitizer_thread_registry.h52 ThreadType thread_type; variable
132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp153 ThreadType thread_type) { in ThreadStart() argument
154 ctx->thread_registry.StartThread(tid, os_id, thread_type, thr); in ThreadStart()
168 if (thread_type != ThreadType::Fiber) in ThreadStart()
H A Dtsan_report.h88 ThreadType thread_type; member
H A Dtsan_rtl_report.cpp218 rt->thread_type = tctx->thread_type; in AddThread()
H A Dtsan_report.cpp244 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
H A Dtsan_rtl.h560 ThreadType thread_type);