*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> thread_wakeup (9r)              
Title
Content
Arch
Section
 

thread_wakeup(9r)

Contents


NAME    [Toc]    [Back]

       thread_wakeup - General: Wakes up all kernel threads waiting
 for the specified event

SYNOPSIS    [Toc]    [Back]

       void thread_wakeup(
               vm_offset_t event );

ARGUMENTS    [Toc]    [Back]

       Specifies the event associated  with  the  current  kernel
       thread.

DESCRIPTION    [Toc]    [Back]

       The  thread_wakeup  routine  wakes  up  all kernel threads
       waiting for the event specified  in  the  event  argument.
       This  routine  is  actually  a convenience wrapper for the
       thread_wakeup_prim routine with  the  one_thread  argument
       set  to  FALSE (wake up all kernel threads) and the result
       argument set to THREAD_AWAKENED (wakeup is normal).

RETURN VALUES    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Routines:      assert_wait_mesg(9r),       clear_wait(9r),
       thread_block(9r), thread_wakeup_one(9r)



                                                thread_wakeup(9r)
[ Back ]
 Similar pages
Name OS Title
select_dequeue_all Tru64 General: Removes all kernel threads waiting for an event
thread_wakeup_one Tru64 General: Wakes up the first kernel thread waiting on a channel
pthread_cond_broadcast Tru64 Wakes all threads that are waiting on the specified condition variable
tis_cond_broadcast Tru64 Wakes all threads that are waiting on the specified condition variable
select_dequeue Tru64 General: Removes the last kernel thread waiting for an event
select_wakeup Tru64 General: Wakes up a kernel thread
tis_cond_signal Tru64 Wakes at least one thread that is waiting on the specified condition variable
pthread_cond_signal Tru64 Wakes at least one thread that is waiting on the specified condition variable
pthread_cond_signal_int_np Tru64 Wakes one thread that is waiting on the specified condition variable (called from interrupt level on...
pthread_cond_sig_preempt_int_np Tru64 Wakes one thread that is waiting on the specified condition variable (called from interrupt level on...
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service