Searched defs:curState (Results 1 – 10 of 10) sorted by relevance
133 void RWLock::FutexWait(int32_t curState) in FutexWait()159 auto curState = state_.load(std::memory_order_relaxed); in WriteLock() local182 inline void RWLock::WaitForFutex(int32_t curState) in WaitForFutex()192 void RWLock::HandleReadLockWait(int32_t curState) in HandleReadLockWait()212 auto curState = state_.load(std::memory_order_relaxed); in TryReadLock() local234 auto curState = state_.load(std::memory_order_relaxed); in TryWriteLock() local265 int32_t curState = state_.load(std::memory_order_relaxed); in WriteUnlock() local
148 auto curState = state_.load(std::memory_order_relaxed); in ReadLock() local181 auto curState = state_.load(std::memory_order_relaxed); in ReadUnlock() local
172 static void WaitForUnlock(struct fmutex *const m, int curState) in WaitForUnlock()208 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexLock() local280 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexUnlock() local
37 BaseStateWord curState = lockedObj_->GetBaseStateWord(); in ScopedObjectLock() local
186 auto curState = ATOMIC_LOAD(&m->state_and_waiters_, memory_order_relaxed); in MutexLock() local273 auto curState = ATOMIC_LOAD(&m->state_and_waiters_, memory_order_relaxed); in MutexUnlock() local
168 auto &curState = dfsStack.top(); in Run() local283 auto &curState = dfsStack.top(); in CalculateSchedulingUpperBound() local380 auto &curState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local416 auto &curState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local
151 auto &curState = dfsStack.top(); in RunCFGIsDAGCheck() local307 auto &curState = dfsStack.top(); in RunFlowCyclesFind() local528 auto &curState = dfsStack.top(); in Run() local
400 for (auto curState : loopbacks_) { in ComputeLoopInfo() local445 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopNumber() local478 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
1259 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local1311 auto &curState = dfsStack_[depth - 1]; // -1: for current in PushLoopExist() local
173 auto &curState = dfsStack.top(); in PerformDFS() local