GDB (xrefs)
Loading...
Searching...
No Matches
Functions
/tmp/gdb-13.1/gdb/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 ( )

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

References main_thread.

Referenced by maybe_quit().

◆ run_on_main_thread()

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