@Properties(inherit=cudart.class) public class CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS()
Default native constructor.
|
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS(long size)
Native array allocator.
|
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
flags()
Flags reserved for the future.
|
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS |
flags(int setter) |
long |
params_fence_value()
Value of fence to be waited on
|
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS |
params_fence_value(long setter) |
IntPointer |
params_reserved() |
int |
params_reserved(int i) |
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS |
params_reserved(int i,
int setter) |
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i) |
CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS |
reserved(int i,
int setter) |
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, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS()
public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS(long size)
Pointer.position(long).public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS(Pointer p)
Pointer.Pointer(Pointer).public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS position(long position)
@Name(value="params.fence.value") @Cast(value="unsigned long long") public long params_fence_value()
public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS params_fence_value(long setter)
@Name(value="params.reserved") @Cast(value="unsigned int") public int params_reserved(int i)
public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS params_reserved(int i, int setter)
@Name(value="params.reserved") @MemberGetter @Cast(value="unsigned int*") public IntPointer params_reserved()
public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS flags(int setter)
public CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.