@Properties(inherit=cudart.class) public class cudaExternalSemaphoreSignalParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
cudaExternalSemaphoreSignalParams()
Default native constructor.
|
cudaExternalSemaphoreSignalParams(long size)
Native array allocator.
|
cudaExternalSemaphoreSignalParams(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
flags()
Flags reserved for the future.
|
cudaExternalSemaphoreSignalParams |
flags(int setter) |
long |
params_fence_value()
Value of fence to be signaled
|
cudaExternalSemaphoreSignalParams |
params_fence_value(long setter) |
cudaExternalSemaphoreSignalParams |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic cudaExternalSemaphoreSignalParams()
public cudaExternalSemaphoreSignalParams(long size)
Pointer.position(long).public cudaExternalSemaphoreSignalParams(Pointer p)
Pointer.Pointer(Pointer).public cudaExternalSemaphoreSignalParams position(long position)
@Name(value="params.fence.value") @Cast(value="unsigned long long") public long params_fence_value()
public cudaExternalSemaphoreSignalParams params_fence_value(long setter)
public cudaExternalSemaphoreSignalParams flags(int setter)
Copyright © 2019. All rights reserved.