Home
last modified time | relevance | path

Searched refs:ThreadParam (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp408 struct ThreadParam { struct
415 ThreadParam *p = (ThreadParam*)arg; in __lsan_thread_start_func() argument
447 ThreadParam p; in INTERCEPTOR()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1215 typedef ThreadLocal<DestructorTracker>* ThreadParam; typedef
1217 void CallThreadLocalGet(ThreadParam thread_local_param) { in CallThreadLocalGet()
1253 ThreadWithParam<ThreadParam> thread( in TEST()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp940 struct ThreadParam { struct
947 ThreadParam *p = (ThreadParam*)arg; in __tsan_thread_start_func() argument
1006 ThreadParam p; in TSAN_INTERCEPTOR()