#include <thread.hpp>
Definition at line 26 of file thread.hpp.
◆ thread_t()
zmq::thread_t::thread_t |
( |
| ) |
|
|
inline |
◆ applySchedulingParameters()
void zmq::thread_t::applySchedulingParameters |
( |
| ) |
|
◆ applyThreadName()
void zmq::thread_t::applyThreadName |
( |
| ) |
|
◆ get_started()
bool zmq::thread_t::get_started |
( |
| ) |
const |
◆ is_current_thread()
bool zmq::thread_t::is_current_thread |
( |
| ) |
const |
◆ setSchedulingParameters()
void zmq::thread_t::setSchedulingParameters |
( |
int |
priority_, |
|
|
int |
scheduling_policy_, |
|
|
const std::set< int > & |
affinity_cpus_ |
|
) |
| |
◆ start()
◆ stop()
void zmq::thread_t::stop |
( |
| ) |
|
◆ _arg
void* zmq::thread_t::_arg |
◆ _descriptor
pthread_t zmq::thread_t::_descriptor |
|
private |
◆ _name
char zmq::thread_t::_name[16] |
◆ _started
bool zmq::thread_t::_started |
|
private |
◆ _tfn
◆ _thread_affinity_cpus
std::set<int> zmq::thread_t::_thread_affinity_cpus |
|
private |
◆ _thread_priority
int zmq::thread_t::_thread_priority |
|
private |
◆ _thread_sched_policy
int zmq::thread_t::_thread_sched_policy |
|
private |
The documentation for this class was generated from the following files: