Searched refs:ThdEntry (Results 1 – 2 of 2) sorted by relevance
41 struct ThdEntry { struct42 SLIST_ENTRY(ThdEntry) parser_list_entry;43 SLIST_ENTRY(ThdEntry) dev_list_entry;57 static void thd_entry_event_signal(struct ThdEntry *thd) in thd_entry_event_signal() argument67 static int thd_entry_event_wait(struct ThdEntry *thd, pthread_mutex_t *mutex, in thd_entry_event_wait()115 SLIST_HEAD(ThdHead, ThdEntry) thdlist_head;415 static ssize_t send_data(struct DevEntry *dev, struct ThdEntry *thd, size_t len) in send_data()461 static ssize_t receive_data(struct DevEntry *dev, struct ThdEntry *thd) in receive_data()513 static void signal_thread(struct ThdEntry *thd, ssize_t ret) in signal_thread()524 struct ThdEntry *thd, *next_thd; in rw_thd()[all …]
57 SLIST_HEAD(ParserDataThdHead, ThdEntry) thdlist_head;