Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtsan_impl.h File Reference

(2a94faadd53734e8567cb48f12ba9a8bb8cf4a6e)

#include <QtCore/qglobal.h>
Include dependency graph for qtsan_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QtTsan

Enumerations

enum  : unsigned { QtTsan::MutexWriteReentrant , QtTsan::TryLock , QtTsan::TryLockFailed , QtTsan::ReadLock }

Functions

void QtTsan::futexAcquire (void *, void *=nullptr)
void QtTsan::futexRelease (void *, void *=nullptr)
void QtTsan::latchCountDown (void *)
void QtTsan::latchWait (const void *)
void QtTsan::mutexPreLock (void *, unsigned)
void QtTsan::mutexPostLock (void *, unsigned, int)
void QtTsan::mutexPreUnlock (void *, unsigned)
void QtTsan::mutexPostUnlock (void *, unsigned)

Variables

constexpr bool QtTsan::IsEnabled = false