$Revision: 1.18 $
Thread module (th)
Status: NOT REVUED, NOT TESTED
struct _rwlock | |
{ | |
pthread_mutex_t rw_mutex; | |
pthread_cond_t rw_cond; | |
pthread_cond_t w_cond; | |
int rw_count; | |
int w_count; | |
} |
Included from: | /usr/include/time.h | |
Calls: | __posix_asctime_r() |
Included from: | /usr/include/time.h | |
Calls: | __posix_ctime_r() |