LibVNCServer/LibVNCClient
Macros
threading.h File Reference
#include <rfb/rfbconfig.h>
+ Include dependency graph for threading.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOCK(mutex)
 
#define UNLOCK(mutex)
 
#define MUTEX(mutex)
 
#define INIT_MUTEX(mutex)
 
#define TINI_MUTEX(mutex)
 
#define TSIGNAL(cond)
 
#define WAIT(cond, mutex)   this_is_unsupported
 
#define COND(cond)
 
#define INIT_COND(cond)
 
#define TINI_COND(cond)
 
#define IF_PTHREADS(x)
 

Macro Definition Documentation

◆ COND

#define COND (   cond)

Definition at line 89 of file threading.h.

◆ IF_PTHREADS

#define IF_PTHREADS (   x)

Definition at line 92 of file threading.h.

◆ INIT_COND

#define INIT_COND (   cond)

Definition at line 90 of file threading.h.

◆ INIT_MUTEX

#define INIT_MUTEX (   mutex)

Definition at line 85 of file threading.h.

◆ LOCK

#define LOCK (   mutex)

Definition at line 82 of file threading.h.

◆ MUTEX

#define MUTEX (   mutex)

Definition at line 84 of file threading.h.

◆ TINI_COND

#define TINI_COND (   cond)

Definition at line 91 of file threading.h.

◆ TINI_MUTEX

#define TINI_MUTEX (   mutex)

Definition at line 86 of file threading.h.

◆ TSIGNAL

#define TSIGNAL (   cond)

Definition at line 87 of file threading.h.

◆ UNLOCK

#define UNLOCK (   mutex)

Definition at line 83 of file threading.h.

◆ WAIT

#define WAIT (   cond,
  mutex 
)    this_is_unsupported

Definition at line 88 of file threading.h.