![]() |
Realm
A distributed, event-based tasking library
|
#include <mutex.h>
Public Member Functions | |
| DelegatingMutex () | |
| uint64_t | attempt_enter (uint64_t work_units, uint64_t &tstate) |
| uint64_t | attempt_exit (uint64_t &tstate) |
Protected Attributes | |
| atomic< uint64_t > | state |
| Realm::DelegatingMutex::DelegatingMutex | ( | ) |
| uint64_t Realm::DelegatingMutex::attempt_enter | ( | uint64_t | work_units, |
| uint64_t & | tstate | ||
| ) |
| uint64_t Realm::DelegatingMutex::attempt_exit | ( | uint64_t & | tstate | ) |
|
protected |