Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Portable Threads Abstraction Classes

Typedefs

typedef struct cc_thread cc_thread
 
typedef struct cc_mutex cc_mutex
 
typedef struct cc_rwmutex cc_rwmutex
 
typedef struct cc_storage cc_storage
 
typedef struct cc_condvar cc_condvar
 
typedef struct cc_worker cc_worker
 
typedef struct cc_wpool cc_wpool
 
typedef struct cc_recmutex cc_recmutex
 
typedef struct cc_sched cc_sched
 
typedef struct cc_fifo cc_fifo
 
typedef struct cc_barrier cc_barrier
 

Enumerations

enum  cc_threads_implementation
 
enum  cc_retval
 
enum  cc_precedence
 

Detailed Description

Coin implements a set of abstractions over the native threads data types that can be portably used across all the platforms Coin has been ported to.