|
Cyber Garage Portable Runtime (CGPR) for C
|
Data Structures | |
| struct | _CGThread |
| The generic wrapper struct for mUPnP's threads. More... | |
Macros | |
| #define | CG_THREAD_MIN_SLEEP 200 |
| #define | cg_thread_next(thread) |
| #define | cg_thread_remove(thread) |
| #define | cg_threadlist_clear(threadList) |
| #define | cg_threadlist_size(threadList) |
| #define | cg_threadlist_gets(threadList) |
| #define | cg_threadlist_add(threadList, thread) |
| #define | cg_threadlist_remove(thread) |
Typedefs | |
| typedef struct _CGThread | CGThread |
| typedef struct _CGThread | CGThreadList |
| typedef void(* | CG_THREAD_FUNC) (CGThread *) |
Functions | |
| CGThread * | cg_thread_new (void) |
| bool | cg_thread_delete (CGThread *thread) |
| bool | cg_thread_start (CGThread *thread) |
| bool | cg_thread_stop (CGThread *thread) |
| bool | cg_thread_restart (CGThread *thread) |
| bool | cg_thread_isrunnable (CGThread *thread) |
| bool | cg_thread_isrunning (CGThread *thread) |
| void | cg_thread_setaction (CGThread *thread, CG_THREAD_FUNC actionFunc) |
| void | cg_thread_setuserdata (CGThread *thread, void *data) |
| void * | cg_thread_getuserdata (CGThread *thread) |
| CGThreadList * | cg_threadlist_new (void) |
| void | cg_threadlist_delete (CGThreadList *threadList) |
| bool | cg_threadlist_start (CGThreadList *threadList) |
| bool | cg_threadlist_stop (CGThreadList *threadList) |
| #define CG_THREAD_MIN_SLEEP 200 |
| #define cg_thread_next | ( | thread | ) |
| #define cg_thread_remove | ( | thread | ) |
| #define cg_threadlist_add | ( | threadList, | |
| thread ) |
| #define cg_threadlist_clear | ( | threadList | ) |
| #define cg_threadlist_gets | ( | threadList | ) |
| #define cg_threadlist_remove | ( | thread | ) |
| #define cg_threadlist_size | ( | threadList | ) |
| typedef void(* CG_THREAD_FUNC) (CGThread *) |
| typedef struct _CGThread CGThreadList |
| bool cg_thread_delete | ( | CGThread * | thread | ) |
| void * cg_thread_getuserdata | ( | CGThread * | thread | ) |
| bool cg_thread_isrunnable | ( | CGThread * | thread | ) |
| bool cg_thread_isrunning | ( | CGThread * | thread | ) |
| CGThread * cg_thread_new | ( | void | ) |
| bool cg_thread_restart | ( | CGThread * | thread | ) |
| void cg_thread_setaction | ( | CGThread * | thread, |
| CG_THREAD_FUNC | actionFunc ) |
| void cg_thread_setuserdata | ( | CGThread * | thread, |
| void * | data ) |
| bool cg_thread_start | ( | CGThread * | thread | ) |
| bool cg_thread_stop | ( | CGThread * | thread | ) |
| void cg_threadlist_delete | ( | CGThreadList * | threadList | ) |
| CGThreadList * cg_threadlist_new | ( | void | ) |
| bool cg_threadlist_start | ( | CGThreadList * | threadList | ) |
| bool cg_threadlist_stop | ( | CGThreadList * | threadList | ) |