__WAKE_UP

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

__wake_up - wake up threads blocked on a waitqueue.  

SYNOPSIS

"SYNOPSIS"

void fastcall __wake_up (wait_queue_head_t * q, unsigned int mode, int nr_exclusive, void * key);  

ARGUMENTS

q
the waitqueue
mode
which threads
nr_exclusive
how many wake-one or wake-many threads to wake up
key
is directly passed to the wakeup function


 

Index

NAME
SYNOPSIS
ARGUMENTS

This document was created by man2html, using the manual pages.
Time: 00:01:53 GMT, October 09, 2005