GDB (xrefs)
|
#include <functional>
Go to the source code of this file.
Functions | |
void | run_on_main_thread (std::function< void()> &&) |
bool | is_main_thread () |
bool is_main_thread | ( | ) |
Definition at line 100 of file run-on-main-thread.c.
Referenced by maybe_quit().
void run_on_main_thread | ( | std::function< void()> && | func | ) |
Definition at line 88 of file run-on-main-thread.c.
References func, runnable_event, runnables, and serial_event_set().
Referenced by gdb_demangle().