Searched refs:parent_thread_state (Results 1 – 3 of 3) sorted by relevance
211 ThreadState *parent_thread_state = nullptr; // No parent. in my_pthread_introspection_hook() local212 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
213 ThreadState *parent_thread_state = nullptr; // No parent. in my_pthread_introspection_hook() local214 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
219 ThreadState *parent_thread_state = nullptr; // No parent. in my_pthread_introspection_hook() local220 Tid tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()