aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/thr.h
Commit message (Expand)AuthorAgeFilesLines
* Make this file more C++ friendly.Warner Losh2010-04-201-1/+3
* Add thr_kill2 syscall which sends a signal to a thread in another process.David Xu2007-08-161-0/+13
* - Remove unused variable from create_thread().John Baldwin2007-06-071-4/+1
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-1/+1
* Add compatible code to let 32bit libthr work on 64bit kernel.David Xu2006-09-221-0/+4
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamDavid Xu2006-09-211-14/+2
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,David Xu2006-07-131-2/+9
* Add POSIX scheduler parameters support to thr_new syscall, this permitsDavid Xu2006-07-111-1/+9
* Implement thr_set_name to set a name for thread.David Xu2006-02-051-1/+1
* Add new syscall thr_new to create thread in atomic, it willDavid Xu2005-04-231-1/+18
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Close a race between a thread exiting and the freeing of it's stack.Mike Makonnen2004-10-061-1/+1
* Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-021-9/+4
* Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-271-0/+2
* - Add two files to support the thr threading interface.Jeff Roberson2003-04-011-0/+52