pub unsafe extern "C" fn hipImportExternalSemaphore(
    extSem_out: *mut *mut c_void,
    semHandleDesc: *const hipExternalSemaphoreHandleDesc_st
) -> hipError_t
Expand description

@brief Imports an external semaphore.

@param[out] extSem_out External semaphores to be waited on @param[in] semHandleDesc Semaphore import handle descriptor

@return #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue

@see