/freebsd/contrib/ntp/include/ |
H A D | ntp_worker.h | 47 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/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 69 ThreadType thread_type, void *arg) { in ThreadStart() argument 70 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
|
H A D | lsan_posix.cpp | 51 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() 61 ThreadContextLsanBase::ThreadStart(tid, os_id, thread_type, &args); 49 ThreadStart(u32 tid,tid_t os_id,ThreadType thread_type) ThreadStart() argument
|
H A D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
H A D | lsan_thread.h | 33 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 23 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 D | sanitizer_thread_registry.h | 52 ThreadType thread_type; variable 132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 153 ThreadType thread_type) { in ThreadStart() argument 154 ctx->thread_registry.StartThread(tid, os_id, thread_type, thr); in ThreadStart() 172 if (thread_type != ThreadType::Fiber) in ThreadStart()
|
H A D | tsan_report.h | 89 ThreadType thread_type; 88 ThreadType thread_type; global() member
|
H A D | tsan_rtl_report.cpp | 218 rt->thread_type = tctx->thread_type; in AddThread()
|
H A D | tsan_report.cpp | 240 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
|
H A D | tsan_rtl.h | 560 ThreadType thread_type);
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 751 ompt_thread_t thread_type, 756 ompt_thread_t thread_type; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 751 ompt_thread_t thread_type, 756 ompt_thread_t thread_type;
|