Uses of Class
com.avpkit.ferry.Mutex
-
Packages that use Mutex Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of Mutex in com.avpkit.ferry
Methods in com.avpkit.ferry that return Mutex Modifier and Type Method Description MutexMutex. copyReference()Create a new Mutex object that is actually referring to the exact same underlying native object.static MutexMutex. make()Methods in com.avpkit.ferry with parameters of type Mutex Modifier and Type Method Description static longMutex. getCPtr(Mutex obj)Internal Only.static voidFerryJNI. Mutex_lock(long jarg1, Mutex jarg1_)static voidFerryJNI. Mutex_unlock(long jarg1, Mutex jarg1_)
-