6.6. CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC Struct Reference

[Data types used by CUDA driver]

External semaphore handle descriptor

Public Variables

int  fd
unsigned int  flags
void * handle
const void * name
CUexternalSemaphoreHandleType type
CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::@12::@13  win32

Variables

int CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::fd [inherited]

File descriptor referencing the semaphore object. Valid when type is CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD

unsigned int CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::flags [inherited]

Flags reserved for the future. Must be zero.

void * CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::handle [inherited]

Valid NT handle. Must be NULL if 'name' is non-NULL

const void * CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::name [inherited]

Name of a valid synchronization primitive. Must be NULL if 'handle' is non-NULL.

CUexternalSemaphoreHandleTypeCUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::type [inherited]

Type of the handle

CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::@12::@13 CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC::win32 [inherited]

Win32 handle referencing the semaphore object. Valid when type is one of the following: