Lines Matching refs:muxInfo
140 struct IarMutexInfo *muxInfo = (struct IarMutexInfo *)*m;
142 (void)LOS_MuxDelete(muxInfo->muxID);
143 muxInfo->usedFlag = FALSE;
152 struct IarMutexInfo *muxInfo = (struct IarMutexInfo *)*m;
155 (void)LOS_MuxPend(muxInfo->muxID, LOS_WAIT_FOREVER);
164 struct IarMutexInfo *muxInfo = (struct IarMutexInfo *)*m;
167 (void)LOS_MuxPost(muxInfo->muxID);
185 struct IarMutexInfo *muxInfo = (struct IarMutexInfo *)*m;
187 (void)LOS_MuxDelete(muxInfo->muxID);
188 muxInfo->usedFlag = FALSE;
197 struct IarMutexInfo *muxInfo = (struct IarMutexInfo *)*m;
200 (void)LOS_MuxPend(muxInfo->muxID, LOS_WAIT_FOREVER);
209 struct IarMutexInfo *muxInfo = (struct IarMutexInfo *)*m;
212 (void)LOS_MuxPost(muxInfo->muxID);