| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 171 u64 new_state; in Lock() local 183 new_state = state | kWriterSpinWait; in Lock() 229 u64 new_state; in Unlock() local 234 new_state = state & ~kWriterLock; in Unlock() 238 new_state = (new_state - kWaitingWriterInc) | kWriterSpinWait; in Unlock() 244 new_state = (new_state & ~kWaitingReaderMask) | kReaderSpinWait; in Unlock() 259 u64 new_state; in ReadLock() local 293 u64 new_state; in ReadUnlock() local 298 new_state = state - kReaderLockInc; in ReadUnlock() 299 wake = (new_state & in ReadUnlock() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 212 const StateType new_state = StateType::eStateRunning; in Resume() local 213 MaybeLogStateChange(new_state); in Resume() 214 m_state = new_state; in Resume() 255 MaybeLogStateChange(new_state); in SingleStep() 256 m_state = new_state; in SingleStep() 389 MaybeLogStateChange(new_state); in SetStopped() 390 m_state = new_state; in SetStopped() 491 const StateType new_state = StateType::eStateExited; in SetExited() local 492 MaybeLogStateChange(new_state); in SetExited() 493 m_state = new_state; in SetExited() [all …]
|
| H A D | NativeThreadLinux.h | 106 void MaybeLogStateChange(lldb::StateType new_state);
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/expr-in-syscall/ |
| H A D | TestExpressionInSyscall.py | 79 new_state = lldb.SBProcess.GetStateFromEvent(event) 80 if new_state == lldb.eStateExited:
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_barrier.cpp | 620 new_state); in __kmp_linear_barrier_gather_template() 644 team_bar->b_arrived = new_state; in __kmp_linear_barrier_gather_template() 648 new_state)); in __kmp_linear_barrier_gather_template() 806 kmp_uint64 new_state = 0; in __kmp_tree_barrier_gather() local 887 team->t.t_bar[bt].b_arrived = new_state; in __kmp_tree_barrier_gather() 1062 if (new_state == KMP_BARRIER_UNUSED_STATE) in __kmp_hyper_barrier_gather() 1109 if (new_state == KMP_BARRIER_UNUSED_STATE) in __kmp_hyper_barrier_gather() 1112 team->t.t_bar[bt].b_arrived = new_state; in __kmp_hyper_barrier_gather() 1365 kmp_uint64 new_state = 0; in __kmp_hierarchical_barrier_gather() local 1394 new_state = in __kmp_hierarchical_barrier_gather() [all …]
|
| H A D | kmp_stats.h | 554 blockThreadState(stats_state_e *thread_state_pointer, stats_state_e new_state) in blockThreadState() argument 556 *state_pointer = new_state; in blockThreadState()
|
| H A D | z_Linux_util.cpp | 1192 void __kmp_enable(int new_state) { in __kmp_enable() argument 1195 status = pthread_setcancelstate(new_state, &old_state); in __kmp_enable()
|
| H A D | z_Windows_NT_util.cpp | 301 void __kmp_enable(int new_state) { in __kmp_enable() argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachException.cpp | 35 mach_msg_type_number_t old_stateCnt, thread_state_t new_state, 43 mach_msg_type_number_t old_stateCnt, thread_state_t new_state, 61 mach_msg_type_number_t old_stateCnt, thread_state_t new_state, in catch_mach_exception_raise_state() argument 78 thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) { in catch_mach_exception_raise_state_identity() argument
|
| H A D | MachProcess.mm | 1316 void MachProcess::SetState(nub_state_t new_state) { 1328 DNBStateAsString(new_state)); 1329 } else if (old_state == new_state) { 1333 DNBStateAsString(new_state)); 1335 if (NUB_STATE_IS_STOPPED(new_state)) 1343 DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask); 1345 m_state = new_state; 1346 if (new_state == eStateStopped)
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 1315 m_public_state.SetValue(new_state); in SetPublicState() 1321 if (new_state == eStateDetached) { in SetPublicState() 1324 StateAsCString(new_state)); in SetPublicState() 1331 StateAsCString(new_state)); in SetPublicState() 1426 state_changed = old_state != new_state; in SetPrivateState() 1438 m_private_state.SetValueNoLock(new_state); in SetPrivateState() 1469 StateAsCString(new_state)); in SetPrivateState() 3636 const StateType new_state = in HandlePrivateEvent() local 3657 if (new_state != eStateExited) { in HandlePrivateEvent() 3682 if (StateIsRunningState(new_state)) { in HandlePrivateEvent() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 133 ProgramStateRef new_state = makeWithStore(newStore); in bindDefaultInitial() local 134 return Mgr.getOwningEngine().processRegionChange(new_state, R, LCtx); in bindDefaultInitial() 142 ProgramStateRef new_state = makeWithStore(newStore); in bindDefaultZero() local 143 return Mgr.getOwningEngine().processRegionChange(new_state, R, LCtx); in bindDefaultZero()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.cpp | 168 const StateType new_state = StateType::eStateStopped; in SetStopped() local 169 m_state = new_state; in SetStopped()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 168 const StateType new_state = StateType::eStateStopped; in SetStopped() local 169 m_state = new_state; in SetStopped()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1236 void SetTemporaryResumeState(lldb::StateType new_state) { in SetTemporaryResumeState() argument 1237 m_temporary_resume_state = new_state; in SetTemporaryResumeState()
|
| H A D | Process.h | 2946 void SetPublicState(lldb::StateType new_state, bool restarted);
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 2705 ``__attribute__((set_typestate(new_state)))``. The new state must be
|