![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations | |
| enum | : unsigned { MutexWriteReentrant , TryLock , TryLockFailed , ReadLock } |
Functions | |
| void | futexAcquire (void *, void *=nullptr) |
| void | futexRelease (void *, void *=nullptr) |
| void | latchCountDown (void *) |
| void | latchWait (const void *) |
| void | mutexPreLock (void *, unsigned) |
| void | mutexPostLock (void *, unsigned, int) |
| void | mutexPreUnlock (void *, unsigned) |
| void | mutexPostUnlock (void *, unsigned) |
Variables | |
| constexpr bool | IsEnabled = false |
| anonymous enum : unsigned |
| Enumerator | |
|---|---|
| MutexWriteReentrant | |
| TryLock | |
| TryLockFailed | |
| ReadLock | |
Definition at line 83 of file qtsan_impl.h.
Definition at line 78 of file qtsan_impl.h.
Referenced by QtLinuxFutex::_q_futex(), QtDarwinFutex::futexWait(), QtDarwinFutex::futexWait(), and QtWindowsFutex::futexWait().
Definition at line 79 of file qtsan_impl.h.
Referenced by QtLinuxFutex::_q_futex(), QtDarwinFutex::futexWait(), QtDarwinFutex::futexWait(), and QtWindowsFutex::futexWait().
Definition at line 80 of file qtsan_impl.h.
Definition at line 81 of file qtsan_impl.h.
Definition at line 90 of file qtsan_impl.h.
Definition at line 92 of file qtsan_impl.h.
Definition at line 89 of file qtsan_impl.h.
Definition at line 91 of file qtsan_impl.h.
|
inlineconstexpr |
Definition at line 76 of file qtsan_impl.h.