Module: Ragweed::Wraposx::ThreadInfo::Basic::Flags

Defined in:
lib/ragweed/wraposx/thread_info.rb

Overview

Thread flags (flags field).

Constant Summary collapse

SWAPPED =

/* thread is swapped out */

0x1
IDLE =

/* thread is an idle thread */

0x2