#include <thread.h>
|
| thread ()=default |
|
| thread (thread &)=delete |
|
| thread (const thread &)=delete |
|
| thread (thread &&other) |
|
template<typename Callable , typename... Args> |
| thread (Callable &&f, Args &&... args) |
|
| ~thread () |
|
void | detach () |
|
thread::id | get_id () const |
|
void | join () |
|
bool | joinable () const |
|
native_handle_type | native_handle () |
|
thread & | operator= (const thread &)=delete |
|
thread & | operator= (thread &&t) |
|
void | resume () |
|
template<typename Rep , typename Period > |
void | set_periodic (const ::std::chrono::duration< Rep, Period > &period) |
|
template<typename Duration , typename Rep , typename Period > |
void | set_periodic (const ::std::chrono::time_point< chrono::system_clock, Duration > &idate, const ::std::chrono::duration< Rep, Period > &period) |
|
template<typename Clock , typename Duration , typename Rep , typename Period > |
void | set_periodic (const ::std::chrono::time_point< Clock, Duration > &idate, const ::std::chrono::duration< Rep, Period > &period) |
|
void | set_priority (const int &prio) |
|
void | suspend () |
|
void | swap (thread &other) |
|
◆ native_handle_type
◆ shared_base_type
◆ thread() [1/5]
rl::util::rtai::thread::thread |
( |
| ) |
|
|
default |
◆ thread() [2/5]
rl::util::rtai::thread::thread |
( |
thread & |
| ) |
|
|
delete |
◆ thread() [3/5]
rl::util::rtai::thread::thread |
( |
const thread & |
| ) |
|
|
delete |
◆ thread() [4/5]
rl::util::rtai::thread::thread |
( |
thread && |
other | ) |
|
|
inline |
◆ thread() [5/5]
template<typename Callable , typename... Args>
rl::util::rtai::thread::thread |
( |
Callable && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
inlineexplicit |
◆ ~thread()
rl::util::rtai::thread::~thread |
( |
| ) |
|
|
inline |
◆ detach()
void rl::util::rtai::thread::detach |
( |
| ) |
|
|
inline |
◆ execute_native_thread_routine()
static void* rl::util::rtai::thread::execute_native_thread_routine |
( |
void * |
p | ) |
|
|
inlinestaticprivate |
◆ get_id()
thread::id rl::util::rtai::thread::get_id |
( |
| ) |
const |
|
inline |
◆ hardware_concurrency()
static unsigned int rl::util::rtai::thread::hardware_concurrency |
( |
| ) |
|
|
inlinestatic |
◆ join()
void rl::util::rtai::thread::join |
( |
| ) |
|
|
inline |
◆ joinable()
bool rl::util::rtai::thread::joinable |
( |
| ) |
const |
|
inline |
◆ make_routine()
template<typename Callable >
::std::shared_ptr<Impl<Callable> > rl::util::rtai::thread::make_routine |
( |
Callable && |
f | ) |
|
|
inlineprivate |
◆ native_handle()
◆ operator=() [1/2]
thread& rl::util::rtai::thread::operator= |
( |
const thread & |
| ) |
|
|
delete |
◆ operator=() [2/2]
◆ resume()
void rl::util::rtai::thread::resume |
( |
| ) |
|
|
inline |
◆ set_periodic() [1/3]
template<typename Rep , typename Period >
void rl::util::rtai::thread::set_periodic |
( |
const ::std::chrono::duration< Rep, Period > & |
period | ) |
|
|
inline |
◆ set_periodic() [2/3]
template<typename Duration , typename Rep , typename Period >
void rl::util::rtai::thread::set_periodic |
( |
const ::std::chrono::time_point< chrono::system_clock, Duration > & |
idate, |
|
|
const ::std::chrono::duration< Rep, Period > & |
period |
|
) |
| |
|
inline |
◆ set_periodic() [3/3]
template<typename Clock , typename Duration , typename Rep , typename Period >
void rl::util::rtai::thread::set_periodic |
( |
const ::std::chrono::time_point< Clock, Duration > & |
idate, |
|
|
const ::std::chrono::duration< Rep, Period > & |
period |
|
) |
| |
|
inline |
◆ set_priority()
void rl::util::rtai::thread::set_priority |
( |
const int & |
prio | ) |
|
|
inline |
◆ start_thread()
◆ suspend()
void rl::util::rtai::thread::suspend |
( |
| ) |
|
|
inline |
◆ swap()
void rl::util::rtai::thread::swap |
( |
thread & |
other | ) |
|
|
inline |
◆ swap
◆ M_id
id rl::util::rtai::thread::M_id |
|
private |
The documentation for this class was generated from the following file: