neuray API Programmer's Manual

Multithreading Support

[Base API]

Description

Primitives useful for multithreaded applications, for example, atomic counters, condition variables, and locks.

Classes

class 
A 32-bit unsigned counter with atomic arithmetic, increments, and decrements. More...
class 
Conditions allow threads to signal an event and to wait for such a signal, respectively. More...
class 
Non-recursive lock class. More...
class 
Recursive lock class. More...