Home
last modified time | relevance | path

Searched refs:ThreadType (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
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()
114 registry->StartThread(tid, 0, ThreadType::Regular, 0); in TestRegistry()
191 args->registry->StartThread(tids[i], 0, ThreadType::Regular, in RunThread()
203 registry->StartThread(0, 0, ThreadType::Regular, 0); in ThreadedTestRegistry()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h31 enum class ThreadType { enum
51 ThreadType thread_type;
63 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);
130 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
Dsanitizer_thread_registry.cpp21 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase()
73 void ThreadContextBase::SetStarted(tid_t _os_id, ThreadType _thread_type, in SetStarted()
305 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.h45 ThreadType thread_type = ThreadType::Regular);
Dlsan_thread.h31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
Dlsan_thread.cpp55 ThreadType thread_type, void *arg) { in ThreadStart()
Dlsan_posix.cpp47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
Dlsan_fuchsia.cpp58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_thread_descriptor.proto27 enum ThreadType { enum
81 optional ThreadType thread_type = 1;
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.h95 ThreadType thread_type;
Dtsan_rtl_thread.cpp246 ThreadType thread_type) { in ThreadStart()
252 if (thread_type != ThreadType::Fiber) in ThreadStart()
440 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
Dtsan_platform_mac.cpp220 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in my_pthread_introspection_hook()
Dtsan_report.cpp261 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
Dtsan_rtl.h776 ThreadType thread_type);
Dtsan_rtl.cpp411 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in Initialize()
/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.cc112 protos::pbzero::ChromeThreadDescriptor::ThreadType type;
/external/stressapptest/src/
Dsat.h259 enum ThreadType { enum
/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp190 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
Dasan_rtems.cpp194 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
Dasan_mac.cpp152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
Dasan_thread.cpp259 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp141 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart()
/external/googletest/googletest/test/
Dgoogletest-port-test.cc1073 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1076 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1081 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-port-test.cc1085 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1088 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1093 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp227 ThreadStart(thr, goid, 0, ThreadType::Regular); in __tsan_go_start()

12