java.lang.Object
io.qt.QtObject
io.qt.core.QRecursiveMutex
- All Implemented Interfaces:
QtObjectInterface
Access serialization between threads
Java wrapper for Qt class QRecursiveMutex
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
lock()
final boolean
try_lock()
final boolean
tryLock()
Overloaded function fortryLock(io.qt.core.QDeadlineTimer)
withtimer = new io.qt.core.QDeadlineTimer()
.final boolean
tryLock
(int timeout) final boolean
tryLock
(QDeadlineTimer timer) final boolean
Overloaded function fortryLock(io.qt.core.QDeadlineTimer)
.final void
unlock()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRecursiveMutex
public QRecursiveMutex()
-
-
Method Details
-
lock
-
tryLock
- Parameters:
timer
-- Returns:
- Since:
- This function was introduced in Qt 6.6.
-
tryLock
- Parameters:
timeout
-- Returns:
-
try_lock
- Returns:
-
unlock
-
tryLock
Overloaded function for
tryLock(io.qt.core.QDeadlineTimer)
withtimer = new io.qt.core.QDeadlineTimer()
. -
tryLock
Overloaded function for
tryLock(io.qt.core.QDeadlineTimer)
.
-