File th/thread.h

  $Revision: 1.18 $

Thread module (th)
Status: NOT REVUED, NOT TESTED

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; 
   } 

Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()