summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_yield.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-5/+0
* WARNS=3'ify.deischen2007-11-301-0/+2
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+5
* Treat initial thread as scope system thread when KSE mode is not activateddavidxu2003-08-181-3/+2
* If threaded mode is not turned on yet, direct call __sys_sched_yield.davidxu2003-08-161-2/+3
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itdavidxu2003-07-171-0/+8
* Add a method of yielding the current thread with the schedulerdeischen2003-05-161-4/+0
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-281-1/+4
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-2/+2
* Make libpthread KSE aware.mini2002-09-161-2/+2
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-2/+2
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-6/+11
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-3/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-1/+2
* Add sched_yield() witch is the draft 10 equivalent of pthread_yield()jb1998-03-081-0/+14
* Reviewed by: julianjulian1996-01-221-0/+49
OpenPOWER on IntegriCloud