From owner-freebsd-java Fri May 24 5:55:11 2002 Delivered-To: freebsd-java@freebsd.org Received: from net2.gendyn.com (gate2.gendyn.com [204.60.171.23]) by hub.freebsd.org (Postfix) with ESMTP id B8DFA37B411 for ; Fri, 24 May 2002 05:54:41 -0700 (PDT) Received: from [153.11.11.3] (helo=ebnext01) by net2.gendyn.com with esmtp (Exim 2.12 #1) id 17B6s8-000Ofn-00 for java@FreeBSD.org; Fri, 24 May 2002 00:40:12 -0400 Received: from clcrtr.gdeb.com ([153.11.109.11]) by ebnext01 with SMTP id g4O4eBaf043132 for ; Fri, 24 May 2002 00:40:11 -0400 Received: from vigrid.com (gpz.clc.gdeb.com [192.168.3.12]) by clcrtr.gdeb.com (8.11.4/8.11.4) with ESMTP id g4O4vEG27446 for ; Fri, 24 May 2002 00:57:14 -0400 (EDT) (envelope-from eischen@vigrid.com) Message-ID: <3CEDC3F8.C0764E58@vigrid.com> Date: Fri, 24 May 2002 00:39:20 -0400 From: Daniel Eischen X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 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 ...] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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