Unix and Linux Discussions Tagged with structure |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
12 |
3,346 |
Programming |
|
|
|
1 |
1,777 |
Programming |
|
|
|
2 |
2,027 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,116 |
Programming |
|
|
|
2 |
2,896 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,946 |
Linux |
|
|
|
2 |
3,656 |
Programming |
|
|
|
1 |
5,947 |
Programming |
|
|
|
1 |
6,837 |
HP-UX |
|
|
|
0 |
2,303 |
Programming |
|
|
|
3 |
18,683 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,838 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,931 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
22,994 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,726 |
Programming |
|
|
|
1 |
2,855 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,336 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,857 |
Programming |
|
|
|
2 |
7,525 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,752 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,940 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,317 |
IP Networking |
|
|
|
3 |
2,266 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
6 |
11,598 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
11,758 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
1,978 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,150 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,686 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
4,682 |
UNIX for Dummies Questions & Answers |
lock(9s) lock(9s)
NAME
lock - General: Contains complex lock-specific information
SYNOPSIS
The lock data structure is an opaque data structure; that is, its associated members are referenced and manipulated by the operating system
and not by the user of the complex lock mechanism. Therefore, this reference page omits a description of the lock data structure's associ-
ated members.
DESCRIPTION
The lock data structure is the complex lock structure that contains complex lock-specific information. A kernel module writer using the
complex lock method declares a pointer to a lock data structure and passes its address to the associated lock routines.
NOTES
The header file <lock.h> shows typedef statements that assign the alternate name lock_data_t for the complex lock structure and lock_t for
a pointer to the complex lock structure.
FILES
SEE ALSO
Routines: lock_done(9r), lock_init(9r), lock_read(9r), lock_terminate(9r), lock_try_read(9r), lock_try_write(9r), lock_write(9r)
Data Structures: slock(9s)
lock(9s)