syslog-ng source
mainloop-threaded-worker.h File Reference
#include "mainloop-worker.h"
Include dependency graph for mainloop-threaded-worker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MainLoopThreadedWorker
 

Typedefs

typedef void(* MainLoopThreadedWorkerFunc) (gpointer user_data)
 

Functions

gboolean main_loop_threaded_worker_start (MainLoopThreadedWorker *self)
 
void main_loop_threaded_worker_init (MainLoopThreadedWorker *self, MainLoopWorkerType worker_type, gpointer data)
 
void main_loop_threaded_worker_clear (MainLoopThreadedWorker *self)
 

Typedef Documentation

◆ MainLoopThreadedWorkerFunc

typedef void(* MainLoopThreadedWorkerFunc) (gpointer user_data)

Function Documentation

◆ main_loop_threaded_worker_clear()

void main_loop_threaded_worker_clear ( MainLoopThreadedWorker *  self)

◆ main_loop_threaded_worker_init()

void main_loop_threaded_worker_init ( MainLoopThreadedWorker *  self,
MainLoopWorkerType  worker_type,
gpointer  data 
)

◆ main_loop_threaded_worker_start()

gboolean main_loop_threaded_worker_start ( MainLoopThreadedWorker *  self)