Searched refs:ExceptionThread (Results 1 – 2 of 2) sorted by relevance
243 static void *ExceptionThread(void *arg);
303 void *NativeProcessDarwin::ExceptionThread(void *arg) { in ExceptionThread() function in NativeProcessDarwin626 ::pthread_create(&m_exception_thread, nullptr, ExceptionThread, this); in StartExceptionThread()