$Revision: 1.13 $
Thread module (th)
Status: NOT REVUED, NOT TESTED
Included in: | include/erroutines.h |
include/rxroutines.h | |
modules/er/er_macro.c | |
modules/er/erroutines.h | |
modules/pc/pc_commands.c | |
modules/pc/protocol_config.c | |
modules/rx/rxroutines.h | |
modules/sv/server.c |
struct _rwlock | |
{ | |
pthread_mutex_t rw_mutex; | |
pthread_cond_t rw_cond; | |
int rw_count; | |
} |