$Revision: 1.12 $
Thread module (th)
Status: NOT REVUED, NOT TESTED
Included in: | include/rxroutines.h |
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; | |
} |
struct th_args | |
{ | |
void* function; | |
int sock; | |
} |