Query: lock
OS: osf1
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
lock(9s) lock(9s)NAMElock - General: Contains complex lock-specific informationSYNOPSISThe 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.DESCRIPTIONThe 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.NOTESThe 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.FILESSEE ALSORoutines: 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)
Related Man Pages |
---|
decl_simple_lock_data(9r) - osf1 |
lock_try_read(9r) - osf1 |
lock_try_write(9r) - osf1 |
simple_lock(9r) - osf1 |
slock(9s) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How can a file be locked for a certain time? |
Atomic lock file creation |
Caps lock problem |
How to check/compare lock file? |
Problem with screen lock |