Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs | Functions
thread.cc File Reference
#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)
 

Macro Definition Documentation

◆ FML_USED_ON_EMBEDDER

#define FML_USED_ON_EMBEDDER

Definition at line 5 of file thread.cc.