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

NameValueComment
unknown0
signaled1The thread has been signaled
timeout2The thread has been reactivated after a timeout
terminate3The thread needs to be terminated
abort4The thread needs to be aborted