#include <l4/dde_linux/dde.h>
#include <asm/system.h>
#include <linux/wait.h>
#include <linux/sched.h>
#include "fastcall.h"
Go to the source code of this file.
Functions | |
Wait Queue - List Manipulation | |
This is from kernel/fork.c | |
void | FASTCALL (add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)) |
Enqueue process in wait queue. | |
void | FASTCALL (add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait)) |
Enqueue process in wait queue (exclusive flag set). | |
void | FASTCALL (remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait)) |
Dequeue process from wait queue. |
Definition in file wqueue.c.