hipExternalSemaphoreWaitParams

Type Alias hipExternalSemaphoreWaitParams 

Source
pub type hipExternalSemaphoreWaitParams = hipExternalSemaphoreWaitParams_st;
Expand description

External semaphore wait parameters, compatible with driver type

Aliased Type§

#[repr(C)]
pub 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]