Searched refs:s32CurTaskId (Results 1 – 1 of 1) sorted by relevance
412 MS_S32 s32CurTaskId = MsOS_GetOSThreadID(); in _Lock() local419 if (_s32LockOwner == s32CurTaskId) in _Lock()429 _s32LockOwner = s32CurTaskId; in _Lock()434 MS_S32 s32CurTaskId = MsOS_GetOSThreadID(); in _UnLock() local440 if (s32CurTaskId == _s32LockOwner) in _UnLock()