Legion Runtime
Public Member Functions | Public Attributes | List of all members
Legion::LockRequest Struct Reference

#include <legion.h>

Public Member Functions

 LockRequest (Lock l, unsigned mode=0, bool exclusive=true)
 

Public Attributes

Lock lock
 
unsigned mode
 
bool exclusive
 

Detailed Description

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.


The documentation for this struct was generated from the following file: