![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
Go to the source code of this file.
Namespaces | |
namespace | QtTsan |
Enumerations | |
enum | : unsigned { QtTsan::MutexWriteReentrant , QtTsan::TryLock , QtTsan::TryLockFailed } |
Functions | |
void | QtTsan::futexAcquire (void *, void *=nullptr) |
void | QtTsan::futexRelease (void *, void *=nullptr) |
void | QtTsan::mutexPreLock (void *, unsigned) |
void | QtTsan::mutexPostLock (void *, unsigned, int) |
void | QtTsan::mutexPreUnlock (void *, unsigned) |
void | QtTsan::mutexPostUnlock (void *, unsigned) |