const char* get_thread_state_name(
pika::threads::thread_schedule_state state)
const char* get_thread_state_name(
pika::threads::thread_schedule_state state)Description
Returns the name of the given state
//////////////////////////////////////////////////////////////////////// Get the readable string representing the name of the given thread_state constant.
Declared at: libs/pika/coroutines/include/pika/coroutines/thread_enums.hpp:68
Parameters
- pika::threads::thread_schedule_state state
- this represents the thread state.