Searched defs:intr_thread (Results 1 – 4 of 4) sorted by relevance
73 struct intr_thread { struct74 struct intr_event *it_event;75 struct thread *it_thread; /* Kernel thread. */76 int it_flags; /* (j) IT_* flags. */77 int it_need; /* Needs service. */
10 static pthread_t intr_thread; variable
55 static pthread_t intr_thread; variable
100 static pthread_t intr_thread; variable