@Properties(inherit=LinearMath.class) public class btThreadSupportInterface extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
btThreadSupportInterface.ConstructionInfo |
static class |
btThreadSupportInterface.ThreadFunc |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btThreadSupportInterface(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btCriticalSection |
createCriticalSection() |
void |
deleteCriticalSection(btCriticalSection criticalSection) |
int |
getCacheFriendlyNumThreads() |
int |
getLogicalToPhysicalCoreRatio() |
int |
getNumWorkerThreads() |
void |
runTask(int threadIndex,
Pointer userData) |
void |
waitForAllTasks() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btThreadSupportInterface(Pointer p)
Pointer(Pointer).public int getNumWorkerThreads()
public int getCacheFriendlyNumThreads()
public int getLogicalToPhysicalCoreRatio()
public void runTask(int threadIndex,
Pointer userData)
public void waitForAllTasks()
public btCriticalSection createCriticalSection()
public void deleteCriticalSection(btCriticalSection criticalSection)
Copyright © 2024. All rights reserved.