Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CancelState | uint16 | |
Description | string | Indicates the thread's cancelability state. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, PTHREAD_CANCEL_ENABLE, PTHREAD_CANCEL_DISABLE |
CancelType | uint16 | |
Description | string | Indicates the thread's cancelability type. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, PTHREAD_CANCEL_DEFERRED, PTHREAD_CANCEL_ASYNCHRONOUS |
ConcurrencyLevel | uint64 | |
Description | string | Indicates the thread's concurrency level. |
ContentionScope | uint16 | |
Description | string | Indicates the contention scope of the thread. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, PTHREAD_SCOPE_SYSTEM, PTHREAD_SCOPE_PROCESS |
DetachState | uint16 | |
Description | string | Indicates the creation state of the thread. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, PTHREAD_CREATE_DETACHED, PTHREAD_CREATE_JOINABLE |
GuardSize | string | |
Description | string | Indicates the size of the guard area for a created thread's stack. |
InheritSched | uint16 | |
Description | string | Indicates how the scheduling attributes are to be set. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, PTHREAD_INHERIT_SCHED, PTHREAD_EXPLICIT_SCHED |
OtherSchedPolicy | string | |
Description | string | Indicates the thread's scheduling policy when SchedPolicy is set to "Other". |
ModelCorrespondence | string | CIM_UnixThread.SchedPolicy |
SchedPolicy | uint16 | |
Description | string | Indicates the thread's scheduling policy. Set to "Other" when using OtherSchedPolicy to specifiy additional values. "Other" represents SCHED_OTHER as defined in sched.h. |
ModelCorrespondence | string | CIM_UnixThread.OtherSchedPolicy |
ValueMap | string | 0, 1, 2, 3 |
Values | string | Unknown, Other, SCHED_FIFO, SCHED_RR |
StackSize | string | |
Description | string | Indicates the size of storage to be used for the thread's stack. |