#include <cybergarage/util/cthread.h>
#include <cybergarage/util/clog.h>
Functions | |
CgThreadList * | cg_threadlist_new () |
void | cg_threadlist_delete (CgThreadList *threadList) |
BOOL | cg_threadlist_start (CgThreadList *threadList) |
BOOL | cg_threadlist_stop (CgThreadList *threadList) |
|
Destroy a thread list
|
|
Create a new thread list
|
|
Start all threads in the thread list
|
|
Stop all threads in the thread list
|