Searched refs:HalWorkerThread (Results 1 – 2 of 2) sorted by relevance
52 static void* HalWorkerThread(void* arg);226 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()679 static void* HalWorkerThread(void* arg) in HalWorkerThread() function
55 static void* HalWorkerThread(void* arg);244 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()694 static void* HalWorkerThread(void* arg) { in HalWorkerThread() function