Searched refs:WorkQueueThread (Results 1 – 1 of 1) sorted by relevance
49 static void *WorkQueueThread(void *data) in WorkQueueThread() function118 iRet = pthread_create(&queue->pthreadId, NULL, WorkQueueThread, queue); in CreateWorkQueue()175 iRet = pthread_create(&queue->pthreadId, &attr, WorkQueueThread, queue); in CreateWorkQueue()