Searched refs:bInUse (Results 1 – 8 of 8) sorted by relevance
833 if (!(pAvailResource->bInUse)) in UtopiaResourceTryObtain()835 pAvailResource->bInUse = true; in UtopiaResourceTryObtain()925 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()927 pAvailResource->bInUse = true; in UtopiaResourceObtain()955 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()1086 pAvailResource->bInUse = false; in UtopiaModuleResetPool()
604 if (!(pAvailResource->bInUse)) in UtopiaResourceTryObtain()606 pAvailResource->bInUse = true; in UtopiaResourceTryObtain()655 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()657 pAvailResource->bInUse = true; in UtopiaResourceObtain()679 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()
621 if (!(pAvailResource->bInUse)) in UtopiaResourceTryObtain()623 pAvailResource->bInUse = true; in UtopiaResourceTryObtain()672 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()674 pAvailResource->bInUse = true; in UtopiaResourceObtain()696 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()
997 if (!(pAvailResource->bInUse)) in UtopiaResourceTryObtain()999 pAvailResource->bInUse = true; in UtopiaResourceTryObtain()1072 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()1074 pAvailResource->bInUse = true; in UtopiaResourceObtain()1102 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()
657 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()659 pAvailResource->bInUse = true; in UtopiaResourceObtain()680 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()
65 MS_BOOL bInUse; member