|
Cyber Garage Portable Runtime (CGPR) for C
|
#include <cgpr/util/thread.h>Functions | |
| CGThreadList * | cg_threadlist_new (void) |
| void | cg_threadlist_delete (CGThreadList *threadList) |
| bool | cg_threadlist_start (CGThreadList *threadList) |
| bool | cg_threadlist_stop (CGThreadList *threadList) |
| void cg_threadlist_delete | ( | CGThreadList * | threadList | ) |
Destroy a thread list
| threadList | The thread list in question |
| CGThreadList * cg_threadlist_new | ( | void | ) |
Create a new thread list
| bool cg_threadlist_start | ( | CGThreadList * | threadList | ) |
Start all threads in the thread list
| threadList | The thread list in question |
| bool cg_threadlist_stop | ( | CGThreadList * | threadList | ) |
Stop all threads in the thread list
| threadList | The thread list in question |