Name

reservation_object_add_shared_fence — Add a fence to a shared slot

Synopsis

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

Arguments

obj

the reservation object

fence

the shared fence to add

Description

Add a fence to a shared slot, obj->lock must be held, and reservation_object_reserve_shared_fence has been called.