Home
last modified time | relevance | path

Searched refs:pthread_introspection_hook_install (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cc126 extern "C" pthread_introspection_hook_t pthread_introspection_hook_install(
170 pthread_introspection_hook_install(&my_pthread_introspection_hook); in InitializePlatform()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4962 pub fn pthread_introspection_hook_install( in pthread_introspection_hook_install() function