spin_mutex
Copyright (C) 2005 IENT-RWTH Aachen
Mutex spinning in user space
Remarks
For short waits, spining in user space is faster than sleeping.
Groups
| Constructors | |
spin_mutex |
Builds an instance of the object |
| Multithreading Functions | |
acquire |
Waits until a lock can be acquired |
release |
Releases the lock |
| Destructors | |
~spin_mutex |
Destroys the object |
See Also

