Searched refs:workerthread (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.h48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
H A Dlsan_thread.cc80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { argument
90 thread_registry->StartThread(tid, os_id, workerthread, &args);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.h46 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
H A Dlsan_thread.cc78 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { argument
88 thread_registry->StartThread(tid, os_id, workerthread, &args);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h46 bool workerthread; member in class:__sanitizer::ThreadContextBase
122 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
H A Dsanitizer_thread_registry.cc20 detached(false), workerthread(false), parent_tid(0), next(0) {
76 workerthread = _workerthread;
304 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, argument
312 tctx->SetStarted(os_id, workerthread, arg);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h48 bool workerthread; member in class:__sanitizer::ThreadContextBase
124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
H A Dsanitizer_thread_registry.cc22 detached(false), workerthread(false), parent_tid(0), next(0) {
78 workerthread = _workerthread;
306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, argument
314 tctx->SetStarted(os_id, workerthread, arg);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h95 bool workerthread; member in struct:__tsan::ReportThread
H A Dtsan_rtl_thread.cc243 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { argument
261 tr->StartThread(tid, os_id, workerthread, &args);
H A Dtsan_rtl_report.cc205 rt->workerthread = tctx->workerthread;
H A Dtsan_report.cc258 if (rt->workerthread) {
H A Dtsan_rtl.h768 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h93 bool workerthread; member in struct:__tsan::ReportThread
H A Dtsan_rtl_thread.cc241 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { argument
259 tr->StartThread(tid, os_id, workerthread, &args);
H A Dtsan_rtl_report.cc203 rt->workerthread = tctx->workerthread;
H A Dtsan_report.cc256 if (rt->workerthread) {
H A Dtsan_rtl.h764 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread);

Completed in 345 milliseconds