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

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_worker.h47 typedef struct { HANDLE thnd; } thread_type; typedef in typeref:struct:__anon4784
50 typedef pthread_t thread_type; typedef
53 typedef thread_type *thr_ref;
128 thread_type thr_table[1];
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.h48 ThreadType thread_type = ThreadType::Regular);
H A Dlsan_thread.cpp79 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { argument
89 thread_registry->StartThread(tid, os_id, thread_type, &args);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h53 ThreadType thread_type; member in class:__sanitizer::ThreadContextBase
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) {
77 thread_type = _thread_type;
305 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, argument
313 tctx->SetStarted(os_id, thread_type, arg);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h95 ThreadType thread_type; member in struct:__tsan::ReportThread
H A Dtsan_rtl_thread.cpp243 ThreadType thread_type) {
249 if (thread_type != ThreadType::Fiber)
262 tr->StartThread(tid, os_id, thread_type, &args);
242 ThreadStart(ThreadState *thr, int tid, tid_t os_id, ThreadType thread_type) argument
H A Dtsan_rtl_report.cpp205 rt->thread_type = tctx->thread_type;
H A Dtsan_report.cpp260 if (rt->thread_type == ThreadType::Worker) {
H A Dtsan_rtl.h776 ThreadType thread_type);
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h659 ompt_thread_t thread_type,
664 ompt_thread_t thread_type; member in struct:ompt_record_thread_begin_t

Completed in 306 milliseconds