Name

reservation_object_get_excl — get the reservation object's exclusive fence, with update-side lock held

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