Searched defs:Thread (Results 1 – 1 of 1) sorted by relevance
11 typedef struct Thread Thread; typedef31 typedef struct Thread { struct32 ThreadArch arch; argument40 TAILQ_ENTRY(Thread) threadList; argument43 TAILQ_ENTRY(Thread) schedQueue; argument46 TAILQ_ENTRY(Thread) semaQueue; // Semaphore Queue argument49 TAILQ_ENTRY(Thread) chanQueue; argument56 } Thread; typedef