Searched refs:prev_pthread_introspection_hook (Results 1 – 3 of 3) sorted by relevance
202 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable225 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()226 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()252 prev_pthread_introspection_hook = in InitializePlatform()
204 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable227 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()228 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()254 prev_pthread_introspection_hook = in InitializePlatform()
210 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable233 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()234 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()259 prev_pthread_introspection_hook = in InitializePlatform()