Home
last modified time | relevance | path

Searched refs:StartThread (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc70 registry->StartThread(0, 0, false, 0); in TestRegistry()
78 registry->StartThread(i, 0, false, 0); in TestRegistry()
88 registry->StartThread(i, 0, false, 0); in TestRegistry()
115 registry->StartThread(tid, 0, false, 0); in TestRegistry()
192 args->registry->StartThread(tids[i], 0, false, (void*)args->shard); in RunThread()
203 registry->StartThread(0, 0, false, 0); in ThreadedTestRegistry()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_thread.cpp53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
H A Dsanitizer_thread_registry.cc306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, in StartThread() function in __sanitizer::ThreadRegistry
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h122 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
H A Dsanitizer_thread_registry.cc304 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, in StartThread() function in __sanitizer::ThreadRegistry
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
H A Dsanitizer_thread_registry.cpp302 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() function in __sanitizer::ThreadRegistry
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.cc90 thread_registry->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.cc88 thread_registry->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtems.cc185 asanThreadRegistry().StartThread(thread->tid(), os_id, in ThreadStartHook()
H A Dasan_fuchsia.cc180 asanThreadRegistry().StartThread(thread->tid(), os_id, /*workerthread*/ false, in ThreadStartHook()
H A Dasan_mac.cc183 asanThreadRegistry().StartThread(t->tid(), GetTid(), in asan_register_worker_thread()
H A Dasan_thread.cc249 asanThreadRegistry().StartThread(tid(), os_id, /*workerthread*/ false, in ThreadStart()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtems.cc187 asanThreadRegistry().StartThread(thread->tid(), os_id, in ThreadStartHook()
H A Dasan_fuchsia.cc182 asanThreadRegistry().StartThread(thread->tid(), os_id, /*workerthread*/ false, in ThreadStartHook()
H A Dasan_mac.cc185 asanThreadRegistry().StartThread(t->tid(), GetTid(), in asan_register_worker_thread()
H A Dasan_thread.cc249 asanThreadRegistry().StartThread(tid(), os_id, /*workerthread*/ false, in ThreadStart()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp219 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
H A Dasan_mac.cpp152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
H A Dasan_thread.cpp266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cpp165 tr->StartThread(tid, os_id, thread_type, &args); in ThreadStart()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc259 tr->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc261 tr->StartThread(tid, os_id, workerthread, &args); in ThreadStart()