Main Page | Modules | Class List | File List | Class Members | File Members | Related Pages

wqueue.c File Reference

Wait Queues. More...

#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.

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.


Detailed Description

Wait Queues.

Date:
08/28/2003
Author:
Christian Helmuth <ch12@os.inf.tu-dresden.de>

Definition in file wqueue.c.


Linux DDE, written by Christian Helmuth  © 2003 Technische Universitaet Dresden