Home
last modified time | relevance | path

Searched defs:new_state (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp212 const StateType new_state = StateType::eStateRunning; in Resume() local
254 const StateType new_state = StateType::eStateStepping; in SingleStep() local
382 const StateType new_state = StateType::eStateStopped; in SetStopped() local
488 const StateType new_state in SetExited() local
521 MaybeLogStateChange(lldb::StateType new_state) MaybeLogStateChange() argument
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h171 u64 new_state; in Lock() local
229 u64 new_state; in Unlock() local
259 u64 new_state; in ReadLock() local
293 u64 new_state; in ReadUnlock() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp61 mach_msg_type_number_t old_stateCnt, thread_state_t new_state, in catch_mach_exception_raise_state()
78 thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) { in catch_mach_exception_raise_state_identity()
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp167 const StateType new_state = StateType::eStateStopped; in SetStopped() local
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp167 const StateType new_state = StateType::eStateStopped; in SetStopped() local
/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp597 kmp_uint64 new_state = team_bar->b_arrived + KMP_BARRIER_STATE_BUMP; __kmp_linear_barrier_gather_template() local
806 kmp_uint64 new_state = 0; __kmp_tree_barrier_gather() local
1013 kmp_uint64 new_state = KMP_BARRIER_UNUSED_STATE; __kmp_hyper_barrier_gather() local
1365 kmp_uint64 new_state = 0; __kmp_hierarchical_barrier_gather() local
[all...]
H A Dkmp_stats.h557 blockThreadState(stats_state_e *thread_state_pointer, stats_state_e new_state) in blockThreadState() argument
H A Dz_Windows_NT_util.cpp302 void __kmp_enable(int new_state) { in __kmp_enable()
H A Dz_Linux_util.cpp1259 __kmp_enable(int new_state) __kmp_enable() argument
/llvm-project/lldb/include/lldb/Target/
H A DThread.h1291 SetTemporaryResumeState(lldb::StateType new_state) SetTemporaryResumeState() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp134 ProgramStateRef new_state = makeWithStore(newStore); in bindDefaultInitial() local
143 ProgramStateRef new_state = makeWithStore(newStore); in bindDefaultZero() local
/llvm-project/lldb/source/Target/
H A DProcess.cpp1335 GetPluginName().data(), StateAsCString(new_state)); in SetPublicState() argument
1447 SetPrivateState(StateType new_state) SetPrivateState() argument
3871 const StateType new_state = HandlePrivateEvent() local
[all...]
/llvm-project/lldb/source/API/
H A DSBProcess.cpp471 ForceScriptedState(StateType new_state) ForceScriptedState() argument