|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
Enumerations | |
| enum | cc_threads_implementation { CC_NO_THREADS = -1 , CC_PTHREAD = 0 , CC_W32THREAD } |
| The type definition for the implemented thread enumerator. | |
| enum | cc_retval { CC_ERROR = 0 , CC_OK = 1 , CC_TIMEOUT , CC_BUSY } |
| The type definition for the return value enumerator. | |
| enum | cc_precedence { CC_READ_PRECEDENCE , CC_WRITE_PRECEDENCE } |
| The type definition of the cc_precedence enumerator. | |
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.