Name

reservation_object_test_signaled_rcu — Test if a reservation object's fences have been signaled.

Synopsis

bool reservation_object_test_signaled_rcu (struct reservation_object * obj,
 bool test_all);
 

Arguments

obj

the reservation object

test_all

if true, test all fences, otherwise only test the exclusive fence

Description

RETURNS true if all fences signaled, else false