nfs-ganesha 1.4
|
Public Attributes | |
pthread_t | thrid |
pthread_mutex_t | condmutex |
pthread_cond_t | condvar |
unsigned int | frozen |
void * | arg |
struct fridge_entry__ * | pprev |
struct fridge_entry__ * | pnext |
Definition at line 54 of file fridgethr.c.
void* fridge_entry__::arg |
Definition at line 60 of file fridgethr.c.
pthread_mutex_t fridge_entry__::condmutex |
Definition at line 57 of file fridgethr.c.
pthread_cond_t fridge_entry__::condvar |
Definition at line 58 of file fridgethr.c.
unsigned int fridge_entry__::frozen |
Definition at line 59 of file fridgethr.c.
struct fridge_entry__* fridge_entry__::pnext |
Definition at line 62 of file fridgethr.c.
struct fridge_entry__* fridge_entry__::pprev |
Definition at line 61 of file fridgethr.c.
pthread_t fridge_entry__::thrid |
Definition at line 56 of file fridgethr.c.