nlib
|
Conditional variables for read locks and write locks are implemented. More...
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. | |
Conditional variables for read locks and write locks are implemented.
Definition in file SharedCriticalSection.h.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.