Searched refs:listenerThread (Results 1 – 1 of 1) sorted by relevance
502 struct HdfDevListenerThread *listenerThread = HdfDevListenerThreadObtain(); in HdfIoServiceGroupThreadInit() local503 if (listenerThread == NULL) { in HdfIoServiceGroupThreadInit()506 group->thread = listenerThread; in HdfIoServiceGroupThreadInit()976 struct HdfDevListenerThread *listenerThread = adapterGroup->thread; in HdfIoServiceGroupRegisterListenerWithSchedPolicy() local977 listenerThread->policy = policy; in HdfIoServiceGroupRegisterListenerWithSchedPolicy()979 OsalMutexLock(&listenerThread->mutex); in HdfIoServiceGroupRegisterListenerWithSchedPolicy()989 if (!DListIsEmpty(&adapterGroup->adapterList) && listenerThread->status < LISTENER_STARTED) { in HdfIoServiceGroupRegisterListenerWithSchedPolicy()990 ret = HdfDevListenerThreadStart(listenerThread); in HdfIoServiceGroupRegisterListenerWithSchedPolicy()997 OsalMutexUnlock(&listenerThread->mutex); in HdfIoServiceGroupRegisterListenerWithSchedPolicy()1046 struct HdfDevListenerThread *listenerThread = adapterGroup->thread; in HdfIoServiceGroupUnregisterListener() local[all …]