Lines Matching refs:radioServiceRwlockPtr
765 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId); in checkReturnStatus() local
766 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
770 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()
791 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
795 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
809 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
810 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
824 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
2915 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
2916 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
2923 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
8579 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(i); in registerService() local
8580 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in registerService()
8595 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in registerService()
8605 pthread_rwlock_t *radioServiceRwlockPtr = &radioServiceRwlock; in getRadioServiceRwlock() local
8608 if (slotId == 2) radioServiceRwlockPtr = &radioServiceRwlock2; in getRadioServiceRwlock()
8610 if (slotId == 3) radioServiceRwlockPtr = &radioServiceRwlock3; in getRadioServiceRwlock()
8612 if (slotId == 4) radioServiceRwlockPtr = &radioServiceRwlock4; in getRadioServiceRwlock()
8617 return radioServiceRwlockPtr; in getRadioServiceRwlock()