Home
last modified time | relevance | path

Searched refs:pThread (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DAudioFileReaderThread.c158 pthread_t pThread; in FileReaderThread_StartFixedPriorityThread() local
166 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()
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Common.h60 pthread_t *pThread; member