Searched refs:fPThread (Results 1 – 8 of 8) sorted by relevance
46 : fPThread() in SkThread_PThreadData()75 int ret = pthread_create(&(pthreadData->fPThread), in SkThread()116 pthread_join(pthreadData->fPThread, NULL); in join()
21 mach_port_t tid = pthread_mach_thread_np(pthreadData->fPThread); in setProcessorAffinity()
32 pthread_t fPThread; variable
43 return 0 == pthread_setaffinity_np(pthreadData->fPThread, in setProcessorAffinity()