#include <concurrence.hpp>
Public Methods | |
| pthr_lock () | |
| Default constructs a pthread mutex. | |
| ~pthr_lock () | |
| Destroys the pthread mutex object, and frees the associated resources. | |
| void | lock () |
| Locks the pthread mutex. | |
| void | unlock () |
| Unlocks the pthread mutex. | |
|
|
Default constructs a pthread mutex.
|
|
|
Destroys the pthread mutex object, and frees the associated resources.
|
|
|
Locks the pthread mutex.
|
|
|
Unlocks the pthread mutex.
|
1.2.18