Searched refs:threadLoop (Results 1 – 2 of 2) sorted by relevance
67 threadLoop (void * t) in threadLoop() function91 if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this)) in start()
59 threadLoop (void * t) in threadLoop() function88 _thread = (HANDLE)::_beginthreadex (0, 0, &threadLoop, this, 0, &id); in start()