Function hip_runtime_sys::hipWaitExternalSemaphoresAsync
source · pub unsafe extern "C" fn hipWaitExternalSemaphoresAsync(
extSemArray: *const hipExternalSemaphore_t,
paramsArray: *const hipExternalSemaphoreWaitParams,
numExtSems: c_uint,
stream: hipStream_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