Searched refs:PThreadRoutine (Results 1 – 1 of 1) sorted by relevance
24 using PThreadRoutine = void* (*) (void*); typedef82 …int result = pthread_create(&thread, &attr, reinterpret_cast<PThreadRoutine>(para.startRoutine), p… in CreatePThread()