Searched refs:lockRet (Results 1 – 5 of 5) sorted by relevance
85 … int32_t lockRet = pthread_mutex_lock(&(mutex)); \86 … if (lockRet != 0) { \87 MEDIA_ERR_LOG("lock failed err: %d", lockRet); \
189 return lockRet; in MutexLockContext()194 if (lockRet) { in MutexUnlockContext()213 if (lockRet != 0) { in AddSessionList()333 if (lockRet != 0) { in GetBnSession()369 if (lockRet != 0) { in FindAndRemoveSession()429 if (lockRet != 0) { in GetBnShmByOffset()860 if (lockRet != 0) { in TEEC_FinalizeContextInner()882 if (lockRet != 0) { in TEEC_FinalizeContextInner()1261 if (lockRet != 0) { in TEEC_RegisterSharedMemoryInner()1453 if (lockRet != 0) { in TEEC_FindAndRemoveShrMemInner()[all …]
178 bool lockRet = skeleton->LockObjectMutex(); variable179 EXPECT_EQ(lockRet, true);
391 std::pair<int, uint64_t> lockRet; in InnerActionLock() local398 lockRet.second = lockStatus.second; in InnerActionLock()399 lockRet.first = GetInnerErrorCode(status); in InnerActionLock()400 context->MoveInLockStatus(lockRet); in InnerActionLock()
186 int lockRet = pthread_mutex_lock(&g_mutexTidList); in TidMutexLock() local187 return lockRet; in TidMutexLock()190 static void TidMutexUnlock(int lockRet) in TidMutexUnlock() argument193 if (lockRet != 0) { in TidMutexUnlock()194 tloge("not exe, mutex not in lock state. lock_ret = %{public}d\n", lockRet); in TidMutexUnlock()