struct thread_nums
Declaration
struct thread_nums { /* full declaration omitted */ };Description
Holds the global and local thread numbers, and the pool number associated with the thread.
Declared at: libs/pika/threading_base/src/thread_num_tss.cpp:20
Member Variables
- public std::size_t global_thread_num
- public std::size_t local_thread_num
- public std::size_t thread_pool_num