pthread_create    205 3rdparty/libwebp/utils/thread.c     ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
pthread_create     91 3rdparty/openexr/IlmThread/IlmThreadPosix.cpp     if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this))
pthread_create    290 modules/core/src/parallel_pthreads.cpp         res = pthread_create(&m_posix_thread, NULL, thread_loop_wrapper, (void*)this);
pthread_create    131 modules/cudacodec/src/thread.cpp         pthread_create(&thread_, NULL, PThreadFunction, &userData_);
pthread_create    263 modules/objdetect/src/detection_based_tracker.cpp     pthread_create(&second_workthread, NULL, workcycleObjectDetectorFunction, (void*)this); //TODO: add attributes?
pthread_create   2446 modules/ts/include/opencv2/ts/ts_gtest.h         pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
pthread_create    104 samples/gpu/stereo_multi.cpp         pthread_create(&thread_, NULL, PThreadFunction, &userData_);