Searched refs:asan_register_worker_thread (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mac.cc179 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { function in namespace:__asan
201 asan_register_worker_thread(context->parent_tid, &stack);
288 asan_register_worker_thread(parent_tid, &stack); \
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mac.cc177 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { function in namespace:__asan
199 asan_register_worker_thread(context->parent_tid, &stack);
286 asan_register_worker_thread(parent_tid, &stack); \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mac.cpp146 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { function in namespace:__asan
168 asan_register_worker_thread(context->parent_tid, &stack);
255 asan_register_worker_thread(parent_tid, &stack); \

Completed in 201 milliseconds