IBNOS
|
#include <process/semaphore.h>
#include <process/object.h>
#include <memory/allocator.h>
#include <util/list.h>
#include <util/util.h>
Go to the source code of this file.
Functions | |
struct semaphore * | semaphoreCreate (uint32_t value) |
Creates a new kernel semaphore object. More... | |