enum class shared_data::thread_state
Declared at: libs/pika/executors/include/pika/executors/fork_join_executor.hpp:78
Enumerators
| Name | Value | Comment |
|---|---|---|
| starting | 0 | |
| idle | 1 | |
| partitioning_work | 2 | |
| active | 3 | |
| stopping | 4 | |
| stopped | 5 |
Declared at: libs/pika/executors/include/pika/executors/fork_join_executor.hpp:78
| Name | Value | Comment |
|---|---|---|
| starting | 0 | |
| idle | 1 | |
| partitioning_work | 2 | |
| active | 3 | |
| stopping | 4 | |
| stopped | 5 |