The ThreadConfig is the thread info include thread name, thread priority. More...
#include <thread.h>
Public Member Functions | |
| ThreadConfig (const std::string &name, ThreadPriority priority) | |
| ThreadConfig (const std::string &name) | |
| ThreadConfig () | |
Public Attributes | |
| std::string | name |
| ThreadPriority | priority |
The ThreadConfig is the thread info include thread name, thread priority.
|
inline |
|
inlineexplicit |
| std::string fml::Thread::ThreadConfig::name |
Definition at line 44 of file thread.h.
Referenced by fml::Thread::SetCurrentThreadName().
| ThreadPriority fml::Thread::ThreadConfig::priority |
Definition at line 45 of file thread.h.
Referenced by flutter::AndroidPlatformThreadConfigSetter(), and IOSPlatformThreadConfigSetter().