Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-state-machine.c56 #define UNWRAP_THREAD_STATE(RAW,CUR,COUNT,INFO) do { \ macro
66 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in check_thread_state()
112 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_attach()
139 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_detach()
180 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_request_async_suspension()
249 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_state_poll()
309 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_request_resume()
394 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_finish_async_suspend()
437 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_do_blocking()
481 UNWRAP_THREAD_STATE (raw_state, cur_state, suspend_count, info); in mono_threads_transition_done_blocking()
[all …]