Enumerations | |
| enum | Thread_blocking_operation_States { THREAD_BLOCKING_OPERATION_SYNCHRONIZED, THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED, THREAD_BLOCKING_OPERATION_TIMEOUT, THREAD_BLOCKING_OPERATION_SATISFIED } |
The following enumerated types indicate what happened while the thread blocking was in the synchronization window.
1.5.6