Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
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) | |