Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h31 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 Dsanitizer_thread_registry.cpp21 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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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_posix.cpp47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
H A Dlsan_fuchsia.cpp58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cpp152 ThreadType thread_type) { in ThreadStart()
158 if (thread_type != ThreadType::Fiber) in ThreadStart()
340 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
H A Dtsan_report.h87 ThreadType thread_type;
H A Dtsan_platform_mac.cpp222 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.cpp416 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in Initialize()
H A Dtsan_rtl.h538 ThreadType thread_type);
H A Dtsan_interceptors_posix.cpp988 ThreadStart(thr, p->tid, GetTid(), ThreadType::Regular); in __tsan_thread_start_func()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp219 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
H A Dasan_mac.cpp152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
H A Dasan_thread.cpp266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()