| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
cudaExternalSemaphoreHandleDesc |
cudaExternalSemaphoreHandleDesc.flags(int setter) |
cudaExternalSemaphoreHandleDesc |
cudaExternalSemaphoreHandleDesc.handle_fd(int setter) |
cudaExternalSemaphoreHandleDesc |
cudaExternalSemaphoreHandleDesc.handle_win32_handle(Pointer setter) |
cudaExternalSemaphoreHandleDesc |
cudaExternalSemaphoreHandleDesc.handle_win32_name(Pointer setter) |
cudaExternalSemaphoreHandleDesc |
cudaExternalSemaphoreHandleDesc.position(long position) |
cudaExternalSemaphoreHandleDesc |
cudaExternalSemaphoreHandleDesc.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cudaImportExternalSemaphore(CUexternalSemaphore_st extSem_out,
cudaExternalSemaphoreHandleDesc semHandleDesc)
\brief Imports an external semaphore
Imports an externally allocated synchronization object and returns
a handle to that in \p extSem_out.
|
Copyright © 2019. All rights reserved.