nlib
SharedCriticalSection.h File Reference

Conditional variables for read locks and write locks are implemented. More...

#include "nn/nlib/Config.h"
#include "nn/nlib/DateTime.h"

Go to the source code of this file.

Classes

class  nn::nlib::threading::SharedCriticalSection
 Implements a read/write lock. Used when multiple threads simultaneously read data, and a single thread writes data. More...
 
class  nn::nlib::threading::CondVarForSharedCriticalSection
 A conditional variable for SharedCriticalSection and nlib_rwlock. This variable can be used in the same manner as CondVar. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::threading
 Unicode related functionality is implemented.
 

Detailed Description

Conditional variables for read locks and write locks are implemented.

Definition in file SharedCriticalSection.h.