| 
 
 NAME
 LIBRARYStandard C Library (libc, -lc) SYNOPSIS
 int
   DESCRIPTIONThis function is intended for implementing threading. Normal
  applications should use
  pthread_cond_timedwait(3)
  together with
  pthread_cond_broadcast(3)
  for typical safe suspension with cooperation of the thread being suspended, or
  pthread_suspend_np(3)
  and
  pthread_resume_np(3)
  in some specific situations, instead. 
Passing the thread identifier of the calling thread
    (see
    thr_self(2))
    to
     If id is not equal to the current thread
    identifier, the specified thread is woken up if suspended by the
    thr_suspend(2)
    system call. If the thread is not suspended at the time of the
     RETURN VALUESThe  ERRORSThe  
 SEE ALSOps(1), thr_self(2), thr_suspend(2), pthread_cancel(3), pthread_resume_np(3), pthread_suspend_np(3) STANDARDSThe  HISTORYThe  
 
  |