FreeBSD kernel kern code
turnstile Struct Reference

Data Fields

struct mtx ts_lock
 
struct threadqueue ts_blocked [2]
 
struct threadqueue ts_pending
 

Detailed Description

Definition at line 122 of file subr_turnstile.c.

Field Documentation

◆ ts_blocked

struct threadqueue turnstile::ts_blocked[2]

Definition at line 124 of file subr_turnstile.c.

◆ ts_lock

struct mtx turnstile::ts_lock

Definition at line 123 of file subr_turnstile.c.

Referenced by propagate_unlock_td().

◆ ts_pending

struct threadqueue turnstile::ts_pending

Definition at line 125 of file subr_turnstile.c.


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