Go to the source code of this file.
Defines | |
#define | cond_init(c) pthread_cond_init(c, NULL) |
#define | cond_signal(c) pthread_cond_signal(c) |
#define | cond_broadcast(c) pthread_cond_broadcast(c) |
#define | cond_wait(c, m) pthread_cond_wait(c, m) |
#define | cond_timedwait(c, m, t) pthread_cond_timedwait(c, m, t) |
#define | cond_destroy(c) pthread_cond_destroy(c) |
#define cond_broadcast | ( | c | ) | pthread_cond_broadcast(c) |
Definition at line 8 of file threading_cond.h.
Referenced by queue_stop().
#define cond_destroy | ( | c | ) | pthread_cond_destroy(c) |
Definition at line 14 of file threading_cond.h.
Referenced by queue_close().
#define cond_init | ( | c | ) | pthread_cond_init(c, NULL) |
Definition at line 6 of file threading_cond.h.
Referenced by queue_init().
#define cond_signal | ( | c | ) | pthread_cond_signal(c) |
Definition at line 7 of file threading_cond.h.
Referenced by queue_put().
#define cond_timedwait | ( | c, | |||
m, | |||||
t | ) | pthread_cond_timedwait(c, m, t) |
Definition at line 10 of file threading_cond.h.
#define cond_wait | ( | c, | |||
m | ) | pthread_cond_wait(c, m) |
Definition at line 9 of file threading_cond.h.
Referenced by queue_get().
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:02 2011 by Doxygen 1.6.1