Module: Ragweed::Wraposx::ThreadInfo::State
- Defined in:
- lib/ragweed/wraposx/thread_info.rb
Overview
Thread run states
Constant Summary collapse
- RUNNING =
/* thread is running normally */
1
- STOPPED =
/* thread is stopped */
2
- WAITING =
/* thread is waiting normally */
3
- UNINTERRUPTIBLE =
/* thread is in an uninterruptible wait */
4
- HALTED =
/* thread is halted at a clean point */
5