![]() |
http://www.sim.no http://www.coin3d.org |
This class provides a portable framework around the tasks of instantiating, starting, stopping and joining threads. More...
#include <Inventor/threads/SbThread.h>
Public Member Functions | |
SbBool | join (void **retval=0L) |
Static Public Member Functions | |
static SbThread * | create (void *(*func)(void *), void *closure) |
static void | destroy (SbThread *thread) |
static SbBool | join (SbThread *thread, void **retval=0L) |
Protected Member Functions | |
SbThread (cc_thread *thrd) | |
~SbThread (void) |
This class provides a portable framework around the tasks of instantiating, starting, stopping and joining threads.
It wraps the underlying native thread-handling toolkit in a transparent manner, to make multiplatform threads programming straightforward for the application programmer.
SbThread::SbThread | ( | cc_thread * | thread | ) | [inline, protected] |
Protected constructor handling the internal thread ADT.
Referenced by create().
SbThread::~SbThread | ( | void | ) | [inline, protected] |
static SbThread * SbThread::create | ( | void *(*)(void *) | func, | |
void * | closure | |||
) | [inline, static] |
This function creates a new thread, or returns NULL on failure.
References SbThread().
static void SbThread::destroy | ( | SbThread * | thread | ) | [inline, static] |
This function destroys a thread.
References thread.
int SbThread::join | ( | void ** | retval = 0L |
) | [inline] |
This function waits on the death of the given thread, returning the thread's return value at the location pointed to by retval
.
static int SbThread::join | ( | SbThread * | thread, | |
void ** | retval = 0L | |||
) | [inline, static] |
This function waits on the death of the given thread, returning the thread's return value at the location pointed to by retval
.
References thread.
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Mon Feb 23 16:33:41 2009 for Coin by Doxygen. 1.5.8