File include/thread.h

  $Revision: 1.17 $

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/pw/protocol_whois.c
  modules/rx/rxroutines.h
  modules/sv/server.c

Included Files


Preprocessor definitions

#define READ_THREAD

Typedef rw_lock_t

typedef struct _rwlock rw_lock_t
struct _rwlock 
   { 
     pthread_mutex_t rw_mutex; 
     pthread_cond_t rw_cond; 
     pthread_cond_t w_cond; 
     int rw_count; 
     int w_count; 
   }