threadLoop 91 3rdparty/openexr/IlmThread/IlmThreadPosix.cpp if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this)) threadLoop 88 3rdparty/openexr/IlmThread/IlmThreadWin32.cpp _thread = (HANDLE)::_beginthreadex (0, 0, &threadLoop, this, 0, &id);