next up previous contents index
Next: 18.4 Thread-safe Adaptors Up: 18.3 POSIX Threads Reference Previous: 18.3.45 osenv_process_lock: Lock the

18.3.46 osenv_process_unlock: Unlock the process lock

 

SYNOPSIS

#include <oskit/threads/pthread.h>

void osenv_process_unlock(void);

DESCRIPTION

Release the process lock. If another thread is waiting to lock the process lock, it will be woken up. The process lock is provided so that the client operating system can protect the device driver framework from concurrent execution.

RELATED INFORMATION

osenv_process_lock, osenv_sleep, osenv_wakeup


University of Utah Flux Research Group