FreeBSD kernel kern code
umtxq_chain Struct Reference

Data Fields

struct mtx uc_lock
 
struct umtxq_list uc_queue [2]
 

Detailed Description

Definition at line 139 of file kern_umtx.c.

Field Documentation

struct mtx umtxq_chain::uc_lock
struct umtxq_list umtxq_chain::uc_queue[2]

Definition at line 144 of file kern_umtx.c.

Referenced by umtxq_insert_queue(), and umtxq_queue_lookup().


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