The thread state enumeration keeps track of the different possible states of Ice threads.
Enumerator |
---|
ThreadStateIdle | The thread is idle.
|
ThreadStateInUseForIO | The thread is in use performing reads or writes for Ice connections.
This state is only for threads from an Ice thread pool.
|
ThreadStateInUseForUser | The thread is calling user code (servant implementation, AMI callbacks).
This state is only for threads from an Ice thread pool.
|
ThreadStateInUseForOther | The thread is performing other internal activities (DNS lookups, timer callbacks, etc).
|
Definition at line 71 of file Instrumentation.h.