Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads.h141 THREAD_SUSPEND_COUNT_MASK = 0xFF00, enumerator
H A Dmono-threads-state-machine.c27 return (thread_state & THREAD_SUSPEND_COUNT_MASK) >> THREAD_SUSPEND_COUNT_SHIFT; in get_thread_suspend_count()