Home
last modified time | relevance | path

Searched refs:ThreadState_SuspendRequested (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c2481 …if (thread->state & (ThreadState_Suspended | ThreadState_SuspendRequested | ThreadState_AbortReque… in mono_thread_suspend()
2487 thread->state |= ThreadState_SuspendRequested; in mono_thread_suspend()
2514 if ((thread->state & ThreadState_SuspendRequested) != 0) { in mono_thread_resume()
2516 thread->state &= ~ThreadState_SuspendRequested; in mono_thread_resume()
3276 if (current_thread->state & (ThreadState_SuspendRequested | ThreadState_AbortRequested)) { in mono_threads_set_shutting_down()
3479 thread->state |= ThreadState_SuspendRequested; in mono_thread_suspend_all_other_threads()
4496 } else if (thread->state & (ThreadState_SuspendRequested)) { in mono_thread_execute_interruption()
4915 thread->state &= ~ThreadState_SuspendRequested; in async_suspend_critical()
4965 thread->state &= ~ThreadState_SuspendRequested; in self_suspend_internal()
5303 if (thread->state & (ThreadState_SuspendRequested | ThreadState_AbortRequested)) {
H A Dthreads-types.h27 ThreadState_SuspendRequested = 0x00000002, enumerator
H A Dthreadpool.c329 if (thread->state & (ThreadState_AbortRequested | ThreadState_SuspendRequested)) { in worker_callback()
H A Dgc.c466 if ((thread->state & (ThreadState_AbortRequested | ThreadState_SuspendRequested)) != 0) { in mono_domain_finalize()
H A Dmonitor.c922 …if (!mono_thread_test_state (mono_thread_internal_current (), ThreadState_SuspendRequested | Threa… in mono_monitor_try_enter_inflated()