Next:
6.1 oskit_lock: Thread-safe lock
Up:
Part II: Interfaces
Previous:
5.2.4 oskit_lookup_first: Obtain the
6 Synchronization Interfaces
6.1
oskit_lock
: Thread-safe lock interface
6.1.1
lock
: Lock a lock
6.1.2
lock
: Unlock a lock
6.2
oskit_condvar
: Condition variable interface
6.2.1
wait
: Wait on a condition variable
6.2.2
signal
: Signal a condition variable
6.2.3
broadcast
: Broadcast a condition variable
6.3
oskit_lock_mgr
: Lock manager: Interface for creating locks and condition variables
6.3.1
allocate_lock
: Allocate a thread-safe lock
6.3.2
allocate_critical_lock
: Allocate a critical thread-safe lock
6.3.3
allocate_condvar
: Allocate a condition variable
Utah Flux Research Group