$Revision: 1.9 $
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 _wd_args_t | |
| { | |
| int connected_socket; | |
| pthread_t tid; | |
| } |