SYNOPSIS
- struct fence * reservation_object_get_excl(struct reservation_object * obj);
ARGUMENTS
obj
-
- the reservation object
DESCRIPTION
Returns the exclusive fence (if any). Does NOT take a reference. The obj->lock must be held.
RETURNS The exclusive fence or NULL
COPYRIGHT