Query: simple_lock_init
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
simple_lock_init(9r) simple_lock_init(9r)NAMEsimple_lock_init - General: Initializes a simple lock structureSYNOPSIS#include <kern/lock.h> void simple_lock_init( simple_lock_t slock_ptr );ARGUMENTSSpecifies a pointer to a simple lock structure. You can declare this simple lock structure by using the decl_simple_lock_data routine.DESCRIPTIONThe simple_lock_init routine initializes the simple lock structure that you previously declared with the decl_simple_lock_data routine. You need to initialize the simple lock structure only once. After you initialize the simple lock structure, you can call simple_lock to assert exclusive access on the associated resource.RETURN VALUESNoneFILESSEE ALSORoutines: decl_simple_lock_data(9r), simple_lock(9r), simple_lock_terminate(9r), simple_lock_try(9r), simple_unlock(9r) Data Structures: slock(9s) simple_lock_init(9r)
Related Man Pages |
---|
lock_terminate(9r) - osf1 |
lock_try_read(9r) - osf1 |
lock_write(9r) - osf1 |
simple_lock_terminate(9r) - osf1 |
slock(9s) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Too simple to search for |
CMSimple 3.1 (Default branch) |
A simple (?) loop |
Can we optimize this simple script ? |
simple selection between two words |