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
 
int it_waiting
 

Detailed Description

Definition at line 74 of file kern_intr.c.

Field Documentation

◆ it_event

struct intr_event* intr_thread::it_event

Definition at line 75 of file kern_intr.c.

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

◆ it_flags

int intr_thread::it_flags

Definition at line 77 of file kern_intr.c.

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

◆ it_need

int intr_thread::it_need

Definition at line 78 of file kern_intr.c.

Referenced by intr_event_schedule_thread(), and ithread_loop().

◆ it_thread

struct thread* intr_thread::it_thread

◆ it_waiting

int intr_thread::it_waiting

Definition at line 79 of file kern_intr.c.

Referenced by intr_event_schedule_thread().


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