Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)   qDebug("SOFT ASSERT: \"%s\" in %s: %s", cond, __FILE__, QT_STRINGIFY(__LINE__))
 
#define QT_ASSERT(cond, action)   if (Q_LIKELY(cond)) {} else { QT_STRING(#cond); action; } do {} while (0)
 

Macro Definition Documentation

◆ QT_ASSERT

◆ QT_STRING

#define QT_STRING ( cond)    qDebug("SOFT ASSERT: \"%s\" in %s: %s", cond, __FILE__, QT_STRINGIFY(__LINE__))

Definition at line 12 of file barrier.cpp.