Query: simple_unlock
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
simple_unlock(9r) simple_unlock(9r)NAMEsimple_unlock - General: Releases a simple lockSYNOPSIS#include <kern/lock.h> void simple_unlock( simple_lock_t slock_ptr );ARGUMENTSSpecifies a pointer to a simple lock structure. You passed this pointer in a previous call to the simple_lock routine.DESCRIPTIONThe simple_unlock routine releases a simple lock for the resource associated with the specified simple lock structure pointer. This simple lock was previously asserted by calling the simple_lock or simple_lock_try routine.RETURN VALUESNoneFILESSEE ALSORoutines: decl_simple_lock_data(9r), simple_lock(9r), simple_lock_terminate(9r), simple_lock_try(9r) Data Structures: slock(9s) simple_unlock(9r)
Related Man Pages |
---|
decl_simple_lock_data(9r) - osf1 |
lock_read(9r) - osf1 |
lock_try_write(9r) - osf1 |
lock_write(9r) - osf1 |
simple_lock_terminate(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Version control for audit |