Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads.c238 ABORT_PROT_BLOCK_MASK = (((1 << ABORT_PROT_BLOCK_BITS) - 1) << ABORT_PROT_BLOCK_SHIFT) enumerator
245 return (state & ABORT_PROT_BLOCK_MASK) >> ABORT_PROT_BLOCK_SHIFT; in mono_thread_get_abort_prot_block_count()
257 new_val = ((old_state & ABORT_PROT_BLOCK_MASK) >> ABORT_PROT_BLOCK_SHIFT) + 1; in mono_threads_begin_abort_protected_block()
284 if ((state & INTERRUPT_ASYNC_REQUESTED_BIT) && !(state & ABORT_PROT_BLOCK_MASK)) in mono_thread_state_has_interruption()
300 new_val = ((old_state & ABORT_PROT_BLOCK_MASK) >> ABORT_PROT_BLOCK_SHIFT) - 1; in mono_threads_end_abort_protected_block()
338 (!(old_state & INTERRUPT_ASYNC_REQUESTED_BIT) || (old_state & ABORT_PROT_BLOCK_MASK))) in mono_thread_clear_interruption_requested()
375 if (sync || !(new_state & ABORT_PROT_BLOCK_MASK)) { in mono_thread_set_interruption_requested()
382 return sync || !(new_state & ABORT_PROT_BLOCK_MASK); in mono_thread_set_interruption_requested()