Home
last modified time | relevance | path

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

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