Lines Matching refs:radioServiceRwlockPtr

773         pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId);  in checkReturnStatus()  local
774 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
778 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()
799 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
803 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
817 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
818 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
839 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
2942 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
2943 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
2950 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
8665 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(i); in registerService() local
8666 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in registerService()
8681 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in registerService()
8691 pthread_rwlock_t *radioServiceRwlockPtr = &radioServiceRwlock; in getRadioServiceRwlock() local
8694 if (slotId == 2) radioServiceRwlockPtr = &radioServiceRwlock2; in getRadioServiceRwlock()
8696 if (slotId == 3) radioServiceRwlockPtr = &radioServiceRwlock3; in getRadioServiceRwlock()
8698 if (slotId == 4) radioServiceRwlockPtr = &radioServiceRwlock4; in getRadioServiceRwlock()
8703 return radioServiceRwlockPtr; in getRadioServiceRwlock()