7.8. CUDA_EXT_SEM_WAIT_NODE_PARAMS_v1 Struct Reference

[Data types used by CUDA driver]

Semaphore wait node parameters

Public Variables

CUexternalSemaphore*extSemArray
unsigned int  numExtSems
const CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMSparamsArray

Variables

CUexternalSemaphore* * CUDA_EXT_SEM_WAIT_NODE_PARAMS_v1::extSemArray [inherited]

Array of external semaphore handles.

unsigned int CUDA_EXT_SEM_WAIT_NODE_PARAMS_v1::numExtSems [inherited]

Number of handles and parameters supplied in extSemArray and paramsArray.

const CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS * CUDA_EXT_SEM_WAIT_NODE_PARAMS_v1::paramsArray [inherited]

Array of external semaphore wait parameters.