| Package | Description |
|---|---|
| io.humble.ferry |
A collection of classes that ferry objects from Java to native code and back,
and manage native memory.
|
| Modifier and Type | Method and Description |
|---|---|
Mutex |
Mutex.copyReference()
Create a new Mutex object that is actually referring to the
exact same underlying native object.
|
static Mutex |
Mutex.make() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FerryJNI.Mutex_lock(long jarg1,
Mutex jarg1_) |
static void |
FerryJNI.Mutex_unlock(long jarg1,
Mutex jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.