FreeBSD kernel kern code
lockmgr_wait Struct Reference

Data Fields

const char * iwmesg
 
int ipri
 
int itimo
 

Detailed Description

Definition at line 183 of file kern_lock.c.

Field Documentation

◆ ipri

int lockmgr_wait::ipri

Definition at line 185 of file kern_lock.c.

Referenced by __lockmgr_args(), lockmgr_slock_hard(), and lockmgr_xlock_hard().

◆ itimo

int lockmgr_wait::itimo

Definition at line 186 of file kern_lock.c.

Referenced by __lockmgr_args(), lockmgr_slock_hard(), and lockmgr_xlock_hard().

◆ iwmesg

const char* lockmgr_wait::iwmesg

Definition at line 184 of file kern_lock.c.

Referenced by __lockmgr_args(), lockmgr_slock_hard(), and lockmgr_xlock_hard().


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