27#include <Inventor/C/basic.h>
28#include <Inventor/C/threads/common.h>
36typedef void * cc_thread_f(
void *);
38COIN_DLL_API cc_thread * cc_thread_construct(cc_thread_f * func,
void * closure);
39COIN_DLL_API
void cc_thread_destruct(cc_thread * thread);
41COIN_DLL_API
int cc_thread_join(cc_thread * thread,
void ** retvalptr);
43COIN_DLL_API
unsigned long cc_thread_id(
void);
44COIN_DLL_API
void cc_sleep(
float seconds);
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.