class thread_pinner
Declaration
class thread_pinner { /* full declaration omitted */ };
Declared at: include/affinity.h:60
Member Variables
- bool m_successfully_initialized = false
Member Function Overview
- operator=(const thread_pinner &) → thread_pinner &
- operator=(thread_pinner &&) → thread_pinner &
- thread_pinner(const runtime_configuration & cfg)
- thread_pinner(const thread_pinner &)
- thread_pinner(thread_pinner &&)
- ~thread_pinner()
Member Functions
¶thread_pinner& operator=(const thread_pinner&)
thread_pinner& operator=(const thread_pinner&)
Declared at: include/affinity.h:65
Parameters
- const thread_pinner&
¶thread_pinner& operator=(thread_pinner&&)
thread_pinner& operator=(thread_pinner&&)
Declared at: include/affinity.h:67
Parameters
¶thread_pinner(const runtime_configuration& cfg)
thread_pinner(const runtime_configuration& cfg)
Declared at: include/affinity.h:62
Parameters
- const runtime_configuration& cfg
¶thread_pinner(const thread_pinner&)
thread_pinner(const thread_pinner&)
Declared at: include/affinity.h:64
Parameters
- const thread_pinner&
¶thread_pinner(thread_pinner&&)
thread_pinner(thread_pinner&&)
Declared at: include/affinity.h:66
Parameters
¶~thread_pinner()
~thread_pinner()
Declared at: include/affinity.h:63