nlib
|
Files | |
file | AsyncFileIo.h [code] |
Implements a class to asynchronously read and write to a file. | |
file | Barrier.h [code] |
Implements a mechanism to handle multiple thread executions. | |
file | CondVar.h [code] |
Implements a conditional variable. | |
file | CriticalSection.h [code] |
Implements mutex, reentrant timeout mutex, and reentrant mutex. | |
file | Future.h [code] |
Implements the Future pattern for multithread programming. | |
file | Semaphore.h [code] |
Defines a semaphore. | |
file | SharedCriticalSection.h [code] |
Conditional variables for read locks and write locks are implemented. | |
file | Thread.h [code] |
Defines the thread. | |
file | threading.h [code] |
Including threading.h allows for the use of thread-related classes and functions. | |
file | ThreadPool.h [code] |
Defines a thread pool. | |
file | Tls.h [code] |
Defines TLS. | |
© 2012-2017 Nintendo Co., Ltd. All rights reserved.