GDB (xrefs)
Loading...
Searching...
No Matches
Functions
run-on-main-thread.h File Reference
#include <functional>

Go to the source code of this file.

Functions

void run_on_main_thread (std::function< void()> &&)
 
bool is_main_thread ()
 

Function Documentation

◆ is_main_thread()

bool is_main_thread ( )
extern

◆ run_on_main_thread()

void run_on_main_thread ( std::function< void()> && func)
extern

Definition at line 88 of file run-on-main-thread.c.

References func, runnable_event, runnables, and serial_event_set().

Referenced by gdb_demangle().