Function hip_sys::hiprt::hipWaitExternalSemaphoresAsync
source · pub unsafe extern "C" fn hipWaitExternalSemaphoresAsync(
extSemArray: *const *mut c_void,
paramsArray: *const hipExternalSemaphoreWaitParams_st,
numExtSems: u32,
stream: *mut ihipStream_t
) -> hipError_tExpand description
@brief Waits on a set of external semaphore objects
@param[in] extSem_out External semaphores to be waited on @param[in] paramsArray Array of semaphore parameters @param[in] numExtSems Number of semaphores to wait on @param[in] stream Stream to enqueue the wait operations in
@return #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
@see