Searched refs:pThread (Results 1 – 2 of 2) sorted by relevance
158 pthread_t pThread; in FileReaderThread_StartFixedPriorityThread() local166 result = pthread_create (&pThread, &theThreadAttrs, frt->DiskReaderEntry, frt); in FileReaderThread_StartFixedPriorityThread()180 …result = thread_policy_set (pthread_mach_thread_np(pThread), THREAD_EXTENDED_POLICY, (thread_polic… in FileReaderThread_StartFixedPriorityThread()187 …result = thread_policy_set (pthread_mach_thread_np(pThread), THREAD_PRECEDENCE_POLICY, (thread_pol… in FileReaderThread_StartFixedPriorityThread()
60 pthread_t *pThread; member