enum class thread_restart_state
Description
//////////////////////////////////////////////////////////////////////// thread_restart_stateThe \aenumerator encodes the reason why a thread is being restarted
Declared at: libs/pika/coroutines/include/pika/coroutines/thread_enums.hpp:128
Enumerators
| Name | Value | Comment |
|---|---|---|
| unknown | 0 | |
| signaled | 1 | The thread has been signaled |
| timeout | 2 | The thread has been reactivated after a timeout |
| terminate | 3 | The thread needs to be terminated |
| abort | 4 | The thread needs to be aborted |