Remmina - The GTK+ Remote Desktop Client  v1.4.34
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_masterthread_exec.c File Reference

Go to the source code of this file.

Functions

static gboolean remmina_masterthread_exec_callback (RemminaMTExecData *d)
 
static void remmina_masterthread_exec_cleanup_handler (gpointer data)
 
void remmina_masterthread_exec_and_wait (RemminaMTExecData *d)
 
void remmina_masterthread_exec_save_main_thread_id ()
 
gboolean remmina_masterthread_exec_is_main_thread ()
 

Variables

static pthread_t gMainThreadID
 

Function Documentation

◆ remmina_masterthread_exec_and_wait()

void remmina_masterthread_exec_and_wait ( RemminaMTExecData d)

Definition at line 125 of file remmina_masterthread_exec.c.

◆ remmina_masterthread_exec_callback()

static gboolean remmina_masterthread_exec_callback ( RemminaMTExecData d)
static

Definition at line 46 of file remmina_masterthread_exec.c.

◆ remmina_masterthread_exec_cleanup_handler()

static void remmina_masterthread_exec_cleanup_handler ( gpointer  data)
static

Definition at line 118 of file remmina_masterthread_exec.c.

◆ remmina_masterthread_exec_is_main_thread()

gboolean remmina_masterthread_exec_is_main_thread ( void  )

Definition at line 147 of file remmina_masterthread_exec.c.

◆ remmina_masterthread_exec_save_main_thread_id()

void remmina_masterthread_exec_save_main_thread_id ( void  )

Definition at line 141 of file remmina_masterthread_exec.c.

Variable Documentation

◆ gMainThreadID

pthread_t gMainThreadID
static

Definition at line 44 of file remmina_masterthread_exec.c.