#include <oskit/threads/pthread.h>void osenv_process_unlock(void);
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.
osenv_process_lock, osenv_sleep, osenv_wakeup