Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 00:39:20 -0400
From:      Daniel Eischen <eischen@vigrid.com>
To:        java@FreeBSD.org
Subject:   [Fwd: cvs commit: src/lib/libc_r/uthread pthread_private.h  uthread_cancel.cuthread_cond.c uthread_exit.c uthread_init.c  uthread_multi_np.cuthread_mutex.c uthread_priority_queue.c  uthread_resume_np.cuthread_sig.c uthread_single_np.c uthread_spinlock.c  ...]
Message-ID:  <3CEDC3F8.C0764E58@vigrid.com>

next in thread | raw e-mail | index | archive | help
FYI

-- 
Dan

-------- Original Message --------
Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cancel.cuthread_cond.c uthread_exit.c uthread_init.c uthread_multi_np.cuthread_mutex.c
uthread_priority_queue.c uthread_resume_np.cuthread_sig.c uthread_single_np.c uthread_spinlock.c ...
Date: Thu, 23 May 2002 21:32:28 -0700 (PDT)
From: Daniel Eischen <deischen@FreeBSD.org>
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org

deischen    2002/05/23 21:32:28 PDT

  Modified files:
    lib/libc_r/uthread   pthread_private.h uthread_cancel.c 
                         uthread_cond.c uthread_exit.c 
                         uthread_init.c uthread_multi_np.c 
                         uthread_mutex.c uthread_priority_queue.c 
                         uthread_resume_np.c uthread_sig.c 
                         uthread_single_np.c uthread_spinlock.c 
                         uthread_suspend_np.c 
  Log:
  Revamp suspend and resume.  While I'm here add pthread_suspend_all_np()
  and pthread_resume_all_np().  These suspend and resume all threads except
  the current thread, respectively.  The existing functions pthread_single_np()
  and pthread_multi_np(), which formerly had no effect, now exhibit the same
  behaviour and pthread_suspend_all_np() and pthread_resume_all_np().  These
  functions have been added mostly for the native java port.
  [ ... ]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CEDC3F8.C0764E58>