Home
last modified time | relevance | path

Searched refs:bInUse (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c833 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()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/
H A Dutopia_dapi.c604 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()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/
H A Dutopia_dapi.c604 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()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/
H A Dutopia_dapi.c621 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()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c997 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()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/
H A Dutopia_dapi.c657 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()
659 pAvailResource->bInUse = true; in UtopiaResourceObtain()
680 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/
H A Dutopia_dapi.c657 if (!(pAvailResource->bInUse)) in UtopiaResourceObtain()
659 pAvailResource->bInUse = true; in UtopiaResourceObtain()
680 TO_RESOURCE_PTR(pResource)->bInUse = false; in UtopiaResourceRelease()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_private.h65 MS_BOOL bInUse; member