Name

reservation_object_add_excl_fence — Add an exclusive fence.

Synopsis

void reservation_object_add_excl_fence (struct reservation_object * obj,
 struct fence * fence);
 

Arguments

obj

the reservation object

fence

the shared fence to add

Description

Add a fence to the exclusive slot. The obj->lock must be held.