|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
Public Types | |
| enum | Precedence { READ_PRECEDENCE , WRITE_PRECEDENCE } |
Public Member Functions | |
| SbRWMutex (Precedence policy) | |
| int | writeLock (void) |
| SbBool | tryWriteLock (void) |
| int | writeUnlock (void) |
| int | readLock (void) |
| int | tryReadLock (void) |
| int | readUnlock (void) |