Home
last modified time | relevance | path

Searched refs:threadLoop (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmThread/
DIlmThreadPosix.cpp67 threadLoop (void * t) in threadLoop() function
91 if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this)) in start()
DIlmThreadWin32.cpp59 threadLoop (void * t) in threadLoop() function
88 _thread = (HANDLE)::_beginthreadex (0, 0, &threadLoop, this, 0, &id); in start()