FreeBSD kernel kern code
intr_thread Struct Reference

Data Fields

struct intr_event * it_event
 
struct thread * it_thread
 
int it_flags
 
int it_need
 

Detailed Description

Definition at line 68 of file kern_intr.c.

Field Documentation

struct intr_event* intr_thread::it_event

Definition at line 69 of file kern_intr.c.

Referenced by intr_event_add_handler(), ithread_destroy(), ithread_loop(), and ithread_update().

int intr_thread::it_flags

Definition at line 71 of file kern_intr.c.

Referenced by _intr_drain(), ithread_destroy(), and ithread_loop().

int intr_thread::it_need

Definition at line 72 of file kern_intr.c.

Referenced by intr_event_schedule_thread(), and ithread_loop().

struct thread* intr_thread::it_thread

The documentation for this struct was generated from the following file: