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

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

thread_wakeup_one(9r)

Contents


NAME    [Toc]    [Back]

       thread_wakeup_one  -  General:  Wakes  up the first kernel
       thread waiting on a channel

SYNOPSIS    [Toc]    [Back]

       void thread_wakeup_one(
               vm_offset_t event );

ARGUMENTS    [Toc]    [Back]

       Specifies the event associated  with  the  current  kernel
       thread.

DESCRIPTION    [Toc]    [Back]

       The thread_wakeup_one routine wakes up only the first kernel
 thread in the hash chain 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 TRUE (wake up only the
       first kernel  thread)  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(9r)



                                            thread_wakeup_one(9r)
[ Back ]
 Similar pages
Name OS Title
thread_wakeup Tru64 General: Wakes up all kernel threads waiting for the specified 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
select_dequeue Tru64 General: Removes the last kernel thread waiting for an event
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...
select_dequeue_all Tru64 General: Removes all kernel threads waiting for an event
tis_cond_broadcast Tru64 Wakes all threads that are waiting on the specified condition variable
pthread_cond_broadcast Tru64 Wakes all threads that are waiting on the specified condition variable
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service