thread_loop_wrapper  127 modules/core/src/parallel_pthreads.cpp     static void* thread_loop_wrapper(void* thread_object);
thread_loop_wrapper  290 modules/core/src/parallel_pthreads.cpp         res = pthread_create(&m_posix_thread, NULL, thread_loop_wrapper, (void*)this);