|
LibVNCServer/LibVNCClient
|
#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) |
| #define COND | ( | cond | ) |
Definition at line 91 of file threading.h.
| #define IF_PTHREADS | ( | x | ) |
Definition at line 94 of file threading.h.
| #define INIT_COND | ( | cond | ) |
Definition at line 92 of file threading.h.
| #define INIT_MUTEX | ( | mutex | ) |
Definition at line 87 of file threading.h.
| #define LOCK | ( | mutex | ) |
Definition at line 84 of file threading.h.
| #define MUTEX | ( | mutex | ) |
Definition at line 86 of file threading.h.
| #define TINI_COND | ( | cond | ) |
Definition at line 93 of file threading.h.
| #define TINI_MUTEX | ( | mutex | ) |
Definition at line 88 of file threading.h.
| #define TSIGNAL | ( | cond | ) |
Definition at line 89 of file threading.h.
| #define UNLOCK | ( | mutex | ) |
Definition at line 85 of file threading.h.
| #define WAIT | ( | cond, | |
| mutex | |||
| ) | this_is_unsupported |
Definition at line 90 of file threading.h.