pub unsafe extern "C" fn hipWaitExternalSemaphoresAsync(
extSemArray: *const hipExternalSemaphore_t,
paramsArray: *const hipExternalSemaphoreWaitParams,
numExtSems: c_uint,
stream: hipStream_t,
) -> hipError_t
Expand description
@brief Waits on a set of external semaphore objects
@param[in] extSemArray 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