Searched defs:_td (Results 1 – 2 of 2) sorted by relevance
65 struct _td { struct66 pthread_mutex_t mtx1, mtx2; /* The two mutex m1 and m2 */67 pthread_cond_t cnd; /* The cond var c */68 char boolcnd; /* The boolean predicate b associated with c */69 int type; /* Type of mutex */70 clockid_t cid; /* Clock used by cond c */71 int started; /* # of threads which are already waiting */72 int stopped; /* # of threads which are terminated */
113 typedef struct _td { struct118 struct _td *next; /* It is a chained list */ argument