java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QRecursiveMutex
- All Implemented Interfaces:
QtObjectInterface
Access serialization between threads
Java wrapper for Qt class QRecursiveMutex
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRecursiveMutex
public QRecursiveMutex() -
QRecursiveMutex
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
lock
-
tryLock
Overloaded function for
tryLock(int)
withtimeout = 0
. -
tryLock
-
try_lock
-
unlock
-