QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gib_thread.c File Reference

Functions

void GIB_Event_Callback (gib_event_t *event, unsigned int argc,...)
 
void GIB_Event_Init (void)
 
gib_event_tGIB_Event_New (const char *name)
 
int GIB_Event_Register (const char *name, gib_function_t *func)
 
unsigned int GIB_Thread_Count (void)
 
void GIB_Thread_Delete (cbuf_t *thread)
 
void GIB_Thread_Execute (void)
 
void GIB_Thread_Init (void)
 
cbuf_tGIB_Thread_New (void)
 

Variables

hashtab_tgib_events
 
llist_tgib_threads
 

Function Documentation

void GIB_Event_Callback ( gib_event_t event,
unsigned int  argc,
  ... 
)
void GIB_Event_Init ( void  )
gib_event_t* GIB_Event_New ( const char *  name)
int GIB_Event_Register ( const char *  name,
gib_function_t func 
)
unsigned int GIB_Thread_Count ( void  )
void GIB_Thread_Delete ( cbuf_t thread)
void GIB_Thread_Execute ( void  )
void GIB_Thread_Init ( void  )
cbuf_t* GIB_Thread_New ( void  )

Variable Documentation

hashtab_t* gib_events
llist_t* gib_threads