Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/include/
H A Dntp_worker.h47 typedef struct { HANDLE thnd; } thread_type; typedef
50 typedef pthread_t thread_type; typedef
53 typedef thread_type *thr_ref;
128 thread_type thr_table[1];
/freebsd-13.1/contrib/llvm-project/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.cpp47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() argument
57 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,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp21 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase()
77 thread_type = _thread_type; in SetStarted()
302 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() argument
309 tctx->SetStarted(os_id, thread_type, arg); in StartThread()
H A Dsanitizer_thread_registry.h51 ThreadType thread_type; variable
129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h95 ThreadType thread_type; member
H A Dtsan_rtl_thread.cpp238 ThreadType thread_type) { in ThreadStart() argument
244 if (thread_type != ThreadType::Fiber) in ThreadStart()
258 tr->StartThread(tid, os_id, thread_type, &args); in ThreadStart()
H A Dtsan_rtl_report.cpp216 rt->thread_type = tctx->thread_type; in AddThread()
H A Dtsan_report.cpp261 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
H A Dtsan_rtl.h750 ThreadType thread_type);
/freebsd-13.1/lib/libomp/
H A Domp-tools.h705 ompt_thread_t thread_type,
710 ompt_thread_t thread_type; member
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var704 ompt_thread_t thread_type,
709 ompt_thread_t thread_type;