Home
last modified time | relevance | path

Searched defs:ThreadType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h31 enum class ThreadType { enum
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1095 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef