cthread_list.c File Reference

#include <cybergarage/util/cthread.h>
#include <cybergarage/util/clog.h>

Functions

CgThreadListcg_threadlist_new ()
void cg_threadlist_delete (CgThreadList *threadList)
BOOL cg_threadlist_start (CgThreadList *threadList)
BOOL cg_threadlist_stop (CgThreadList *threadList)

Function Documentation

void cg_threadlist_delete ( CgThreadList threadList  ) 

Destroy a thread list

Parameters:
threadList The thread list in question

CgThreadList* cg_threadlist_new (  ) 

Create a new thread list

Returns:
Thread list

BOOL cg_threadlist_start ( CgThreadList threadList  ) 

Start all threads in the thread list

Parameters:
threadList The thread list in question

BOOL cg_threadlist_stop ( CgThreadList threadList  ) 

Stop all threads in the thread list

Parameters:
threadList The thread list in question


Generated on Tue Aug 8 14:56:29 2006 for CyberLinkC by  doxygen 1.4.7