6.10. cudaExternalSemaphoreHandleDesc Struct Reference

[Data types used by CUDA Runtime]

External semaphore handle descriptor

Public Variables

int  fd
unsigned int  flags
void * handle
const void * name
enumcudaExternalSemaphoreHandleType type
cudaExternalSemaphoreHandleDesc::@8::@9  win32

Variables

int cudaExternalSemaphoreHandleDesc::fd [inherited]

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

unsigned int cudaExternalSemaphoreHandleDesc::flags [inherited]

Flags reserved for the future. Must be zero.

void * cudaExternalSemaphoreHandleDesc::handle [inherited]

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

const void * cudaExternalSemaphoreHandleDesc::name [inherited]

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

enumcudaExternalSemaphoreHandleTypecudaExternalSemaphoreHandleDesc::type [inherited]

Type of the handle

cudaExternalSemaphoreHandleDesc::@8::@9 cudaExternalSemaphoreHandleDesc::win32 [inherited]

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