3 #ifndef INCLUDE_NN_NLIB_THREADING_THREADING_H_ 4 #define INCLUDE_NN_NLIB_THREADING_THREADING_H_ 18 #endif // INCLUDE_NN_NLIB_THREADING_THREADING_H_ Implements mutex, reentrant timeout mutex, and reentrant mutex.
Implements a conditional variable.
Implements a mechanism to handle multiple thread executions.
Conditional variables for read locks and write locks are implemented.
A file that contains the configuration information for each development environment.
Implements the Future pattern for multithread programming.