#include "flutter/fml/thread.h"#include <memory>#include <string>#include <utility>#include "flutter/fml/build_config.h"#include "flutter/fml/message_loop.h"#include "flutter/fml/synchronization/waitable_event.h"#include <pthread.h>Go to the source code of this file.
Classes | |
| class | fml::ThreadHandle |
Namespaces | |
| namespace | fml |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Typedefs | |
| typedef std::function< void()> | fml::ThreadFunction |
Functions | |
| void | fml::SetThreadName (const std::string &name) |