![]() |
Qt 6.x
The Qt SDK
|
Enumerations | |
| enum | : unsigned { MutexWriteReentrant , TryLock , TryLockFailed } |
Functions | |
| void | futexAcquire (void *, void *=nullptr) |
| void | futexRelease (void *, void *=nullptr) |
| void | mutexPreLock (void *, unsigned) |
| void | mutexPostLock (void *, unsigned, int) |
| void | mutexPreUnlock (void *, unsigned) |
| void | mutexPostUnlock (void *, unsigned) |
| anonymous enum : unsigned |
| Enumerator | |
|---|---|
| MutexWriteReentrant | |
| TryLock | |
| TryLockFailed | |
Definition at line 65 of file qtsan_impl.h.
Definition at line 62 of file qtsan_impl.h.
Referenced by QtLinuxFutex::_q_futex(), QtDarwinFutex::do_wait(), and QtWindowsFutex::futexWait().
Here is the caller graph for this function:Definition at line 63 of file qtsan_impl.h.
Referenced by QtLinuxFutex::_q_futex(), QtDarwinFutex::do_wait(), and QtWindowsFutex::futexWait().
Here is the caller graph for this function:Definition at line 71 of file qtsan_impl.h.
Definition at line 73 of file qtsan_impl.h.
Definition at line 70 of file qtsan_impl.h.
Definition at line 72 of file qtsan_impl.h.