Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp69 registry->StartThread(0, 0, ThreadType::Regular, 0); in TestRegistry()
77 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry()
87 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry()
112 registry->StartThread(tid, 0, ThreadType::Regular, 0); in TestRegistry()
189 args->registry->StartThread(tids[i], 0, ThreadType::Regular, in RunThread()
201 registry->StartThread(0, 0, ThreadType::Regular, 0); in ThreadedTestRegistry()
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
H A Dsanitizer_thread_registry.cpp310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() function in __sanitizer::ThreadRegistry
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp140 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_mac.cpp148 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
H A Dasan_fuchsia.cpp217 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
H A Dasan_thread.cpp265 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp154 ctx->thread_registry.StartThread(tid, os_id, thread_type, thr); in ThreadStart()