Classes | Macros | Functions
qwaitcondition_unix.cpp File Reference
#include "qwaitcondition.h"
#include "qmutex.h"
#include <pthread.h>

Go to the source code of this file.

Classes

class  QWaitConditionPrivate
 

Macros

#define MIN(a, b)   ((a)<(b)?(a):(b))
 

Functions

static void report_error (int code, const char *where, const char *what)
 

Macro Definition Documentation

#define MIN (   a,
  b 
)    ((a)<(b)?(a):(b))

Definition at line 46 of file qwaitcondition_unix.cpp.

Function Documentation

static void report_error ( int  code,
const char *  where,
const char *  what 
)
static

Definition at line 48 of file qwaitcondition_unix.cpp.

49 {
50  if (code != 0)
51  qWarning("%s: %s failure: %d", where, what, code);
52 }
void qWarning(const char *msg,...)
Definition: qglobal.cpp:409
CodeOutputInterface * code