public class btSpinMutex extends BulletBase
className| Constructor and Description |
|---|
btSpinMutex() |
btSpinMutex(long cPtr,
boolean cMemoryOwn)
Construct a new btSpinMutex, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSpinMutex obj) |
void |
lock() |
boolean |
tryLock() |
void |
unlock() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btSpinMutex(long cPtr,
boolean cMemoryOwn)
public btSpinMutex()
public static long getCPtr(btSpinMutex obj)
public void lock()
public void unlock()
public boolean tryLock()
Copyright © 2021. All rights reserved.