Threads::spin_mutex Class Reference
#include <threads.h>
Classes | |
| class | scoped_lock |
Public Member Functions | |
| spin_mutex () | |
Detailed Description
Spin mutex. Implements mutual exclusion by busy-waiting in user space for the lock to be acquired.Definition at line 265 of file threads.h.
Constructor & Destructor Documentation
The documentation for this class was generated from the following file: