Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc211 ThreadState *parent_thread_state = nullptr; // No parent. in my_pthread_introspection_hook() local
212 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_mac.cc213 ThreadState *parent_thread_state = nullptr; // No parent. in my_pthread_introspection_hook() local
214 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp219 ThreadState *parent_thread_state = nullptr; // No parent. in my_pthread_introspection_hook() local
220 Tid tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()