#include <platform_thread.h>
|
| PlatformThread (ThreadRunFunctionDeprecated func, void *obj, const char *thread_name) |
|
| PlatformThread (ThreadRunFunction func, void *obj, const char *thread_name, ThreadPriority priority=kNormalPriority) |
|
virtual | ~PlatformThread () |
|
const std::string & | name () const |
|
void | Start () |
|
bool | IsRunning () const |
|
PlatformThreadRef | GetThreadRef () const |
|
void | Stop () |
|
bool | SetPriority (ThreadPriority priority) |
|
| PlatformThread (ThreadRunFunctionDeprecated func, void *obj, const char *thread_name) |
|
| PlatformThread (ThreadRunFunction func, void *obj, const char *thread_name, ThreadPriority priority=kNormalPriority) |
|
virtual | ~PlatformThread () |
|
const std::string & | name () const |
|
void | Start () |
|
bool | IsRunning () const |
|
PlatformThreadRef | GetThreadRef () const |
|
void | Stop () |
|
bool | SetPriority (ThreadPriority priority) |
|
◆ PlatformThread() [1/4]
◆ PlatformThread() [2/4]
◆ ~PlatformThread() [1/2]
rtc::PlatformThread::~PlatformThread |
( |
| ) |
|
|
virtual |
◆ PlatformThread() [3/4]
◆ PlatformThread() [4/4]
◆ ~PlatformThread() [2/2]
virtual rtc::PlatformThread::~PlatformThread |
( |
| ) |
|
|
virtual |
◆ GetThreadRef() [1/2]
PlatformThreadRef rtc::PlatformThread::GetThreadRef |
( |
| ) |
const |
◆ GetThreadRef() [2/2]
PlatformThreadRef rtc::PlatformThread::GetThreadRef |
( |
| ) |
const |
◆ IsRunning() [1/2]
bool rtc::PlatformThread::IsRunning |
( |
| ) |
const |
◆ IsRunning() [2/2]
bool rtc::PlatformThread::IsRunning |
( |
| ) |
const |
◆ name() [1/2]
◆ name() [2/2]
◆ SetPriority() [1/2]
◆ SetPriority() [2/2]
◆ Start() [1/2]
void rtc::PlatformThread::Start |
( |
| ) |
|
◆ Start() [2/2]
void rtc::PlatformThread::Start |
( |
| ) |
|
◆ Stop() [1/2]
void rtc::PlatformThread::Stop |
( |
| ) |
|
◆ Stop() [2/2]
void rtc::PlatformThread::Stop |
( |
| ) |
|
The documentation for this class was generated from the following files: