Name
to_fence_array —
cast a fence to a fence_array
Synopsis
struct fence_array * to_fence_array ( | struct fence * fence) ; |
Arguments
fence
fence to cast to a fence_array
Description
Returns NULL if the fence is not a fence_array,
or the fence_array otherwise.