pub type hipExternalSemaphoreWaitParams = hipExternalSemaphoreWaitParams_st;Expand description
External semaphore wait parameters, compatible with driver type
Aliased Type§
struct hipExternalSemaphoreWaitParams {
pub params: hipExternalSemaphoreWaitParams_st__bindgen_ty_1,
pub flags: u32,
pub reserved: [u32; 16],
}Fields§
§params: hipExternalSemaphoreWaitParams_st__bindgen_ty_1§flags: u32§reserved: [u32; 16]