From owner-cvs-all Sat Mar 7 18:39:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14857 for cvs-all-outgoing; Sat, 7 Mar 1998 18:39:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14852; Sat, 7 Mar 1998 18:39:17 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26494; Sat, 7 Mar 1998 18:37:29 -0800 (PST) Date: Sat, 7 Mar 1998 18:37:29 -0800 (PST) Message-Id: <199803080237.SAA26494@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_yield.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/03/07 18:37:28 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_yield.c Log: Add sched_yield() witch is the draft 10 equivalent of pthread_yield() from draft 4. Move some of the schedule definitions to sched.h which is a POSIX header. Revision Changes Path 1.6 +8 -22 src/lib/libc_r/uthread/pthread_private.h 1.2 +14 -0 src/lib/libc_r/uthread/uthread_yield.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message