summaryrefslogtreecommitdiffstats
path: root/sys/sys/thr.h
Commit message (Expand)AuthorAgeFilesLines
* Make this file more C++ friendly.imp2010-04-201-1/+3
* Add thr_kill2 syscall which sends a signal to a thread in another process.davidxu2007-08-161-0/+13
* - Remove unused variable from create_thread().jhb2007-06-071-4/+1
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-1/+1
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-221-0/+4
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamdavidxu2006-09-211-14/+2
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,davidxu2006-07-131-2/+9
* Add POSIX scheduler parameters support to thr_new syscall, this permitsdavidxu2006-07-111-1/+9
* Implement thr_set_name to set a name for thread.davidxu2006-02-051-1/+1
* Add new syscall thr_new to create thread in atomic, it willdavidxu2005-04-231-1/+18
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-061-1/+1
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-021-9/+4
* Separate thread synchronization from signals in libthr. Insteadmtm2004-03-271-0/+2
* - Add two files to support the thr threading interface.jeff2003-04-011-0/+52
OpenPOWER on IntegriCloud