Searched refs:HalWorkerThread (Results 1 – 2 of 2) sorted by relevance
54 static void* HalWorkerThread(void* arg);228 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()681 static void* HalWorkerThread(void* arg) in HalWorkerThread() function
57 static void* HalWorkerThread(void* arg);252 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()702 static void* HalWorkerThread(void* arg) { in HalWorkerThread() function