#include <legion.h>
Public Member Functions | |
LockRequest (Lock l, unsigned mode=0, bool exclusive=true) | |
Public Attributes | |
Lock | lock |
unsigned | mode |
bool | exclusive |
This is a helper class for requesting grants. It specifies the locks that are needed, what mode they should be acquired in, and whether or not they should be acquired in exclusive mode or not.