struct
structshlock__t
The share library lock structure.
variable
(t)
shtime_t shlock_t::lk_time
Time the lock was applied.
variable
(t)
uint64_t shlock_t::lk_of
Offset of the locked region.
variable
uint64_t shlock_t::lk_len
Length of the locked regiion.
variable
(t)
uint64_t shlock_t::lk_uid
The UID of the account which generated the lock.
variable
(t)
uint32_t shlock_t::lk_flag
variable
(t)
uint32_t shlock_t::lk_pid
variable
(t)
uint32_t shlock_t::ref
The number of references being made to this lock.
variable
(t)
uint32_t shlock_t::tid
The process thread identification number.
See
gettid()