|
virtual void | SetThreadInfo (const std::string &name)=0 |
| Set the thread name and other info (platform dependent)
|
|
virtual bool | SetPriority (const ThreadPriority &priority)=0 |
| Set the thread priority via the native threading library.
|
|
|
static std::unique_ptr< IThreadImpl > | CreateThreadImpl (std::thread::native_handle_type handle) |
|
|
| IThreadImpl (std::thread::native_handle_type handle) |
|
|
std::thread::native_handle_type | m_handle |
|
The documentation for this class was generated from the following files:
- xbmc/threads/IThreadImpl.h
- xbmc/platform/linux/threads/ThreadImplLinux.cpp
- xbmc/platform/posix/threads/ThreadImplPosix.cpp
- xbmc/platform/win32/threads/ThreadImplWin.cpp