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
barrier.cpp File Reference

(78de81e286d89a5396b08b67ca98ccedda8a836f)

#include "barrier.h"
Include dependency graph for barrier.cpp:

Go to the source code of this file.

Namespaces

namespace  Tasking
 \inmodule TaskingSolution

Macros

#define QT_STRING(cond)
#define QT_ASSERT(cond, action)

Macro Definition Documentation

◆ QT_ASSERT

#define QT_ASSERT ( cond,
action )
Value:
if (Q_LIKELY(cond)) {} else { QT_STRING(#cond); action; } do {} while (0)
#define QT_STRING(cond)
Definition barrier.cpp:12
#define Q_LIKELY(x)

Definition at line 13 of file barrier.cpp.

◆ QT_STRING

#define QT_STRING ( cond)
Value:
qDebug("SOFT ASSERT: \"%s\" in %s: %s", cond, __FILE__, QT_STRINGIFY(__LINE__))
#define qDebug
Definition qlogging.h:168
#define QT_STRINGIFY(x)

Definition at line 12 of file barrier.cpp.