#include "flutter/fml/build_config.h"#include "flutter/fml/logging.h"#include "flutter/fml/macros.h"#include <pthread.h>Go to the source code of this file.
Classes | |
| class | fml::ThreadChecker |
Namespaces | |
| namespace | fml |
Macros | |
| #define | FML_DECLARE_THREAD_CHECKER(c) fml::ThreadChecker c |
| #define | FML_DCHECK_CREATION_THREAD_IS_CURRENT(c) FML_DCHECK((c).IsCreationThreadCurrent()) |
| #define FML_DCHECK_CREATION_THREAD_IS_CURRENT | ( | c | ) | FML_DCHECK((c).IsCreationThreadCurrent()) |
Definition at line 95 of file thread_checker.h.
| #define FML_DECLARE_THREAD_CHECKER | ( | c | ) | fml::ThreadChecker c |
Definition at line 94 of file thread_checker.h.