Searched refs:thread_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | ntp_worker.h | 49 typedef struct { HANDLE thnd; } thread_type; typedef 52 typedef pthread_t thread_type; typedef 55 typedef thread_type *thr_ref; 130 thread_type thr_table[1];
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 21 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 D | sanitizer_thread_registry.h | 51 ThreadType thread_type; variable 129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_thread.cpp | 52 ThreadType thread_type, void *arg) { in ThreadStart() argument 53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
|
H A D | lsan_posix.cpp | 47 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 D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
H A D | lsan_thread.h | 31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_thread.cpp | 152 ThreadType thread_type) { in ThreadStart() argument 158 if (thread_type != ThreadType::Fiber) in ThreadStart() 165 tr->StartThread(tid, os_id, thread_type, &args); in ThreadStart()
|
H A D | tsan_report.h | 87 ThreadType thread_type; member
|
H A D | tsan_report.cpp | 249 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
|
H A D | tsan_rtl_report.cpp | 214 rt->thread_type = tctx->thread_type; in AddThread()
|
H A D | tsan_rtl.h | 538 ThreadType thread_type);
|