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
49 static void* HalWorkerThread(void* arg);238 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()688 static void* HalWorkerThread(void* arg) { in HalWorkerThread() function