struct thread_data_reference_counting
Declaration
struct thread_data_reference_counting { /* full declaration omitted */ };Declared at: libs/pika/coroutines/include/pika/coroutines/thread_id_type.hpp:172
Member Variables
- public util::atomic_count count_
Method Overview
- public virtual void destroy_thread()
- public thread_data_reference_counting(pika::threads::thread_id_addref addref = thread_id_addref::yes)
- public virtual ~thread_data_reference_counting()
Methods
virtual void destroy_thread()
virtual void destroy_thread()Declared at: libs/pika/coroutines/include/pika/coroutines/thread_id_type.hpp:184
thread_data_reference_counting(
pika::threads::thread_id_addref addref =
thread_id_addref::yes)
thread_data_reference_counting(
pika::threads::thread_id_addref addref =
thread_id_addref::yes)Declared at: libs/pika/coroutines/include/pika/coroutines/thread_id_type.hpp:177
Parameters
- pika::threads::thread_id_addref addref = thread_id_addref::yes
virtual ~thread_data_reference_counting()
virtual ~thread_data_reference_counting()Declared at: libs/pika/coroutines/include/pika/coroutines/thread_id_type.hpp:183