Lines Matching refs:radioServiceRwlockPtr

766         pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId);  in checkReturnStatus()  local
767 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
771 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()
792 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
796 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
810 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
811 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
825 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
2926 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
2927 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
2934 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
8591 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(i); in registerService() local
8592 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in registerService()
8607 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in registerService()
8617 pthread_rwlock_t *radioServiceRwlockPtr = &radioServiceRwlock; in getRadioServiceRwlock() local
8620 if (slotId == 2) radioServiceRwlockPtr = &radioServiceRwlock2; in getRadioServiceRwlock()
8622 if (slotId == 3) radioServiceRwlockPtr = &radioServiceRwlock3; in getRadioServiceRwlock()
8624 if (slotId == 4) radioServiceRwlockPtr = &radioServiceRwlock4; in getRadioServiceRwlock()
8629 return radioServiceRwlockPtr; in getRadioServiceRwlock()