freebsd-dev/sys/posix4
David Xu 65343c788c Extended the POSIX scheduler APIs to accept lwpid as well, we've already
done this in ptrace syscall, when a pid is large than PID_MAX, the syscall
will search a thread in current process. It permits 1:1 thread library to
get and set a thread's scheduler attributes.
2006-07-11 06:11:34 +00:00
..
_semaphore.h Const-qualify ksem_timedwait's parameter abstime as it's only passed in. 2005-10-18 11:46:24 +00:00
ksched.c Extended the POSIX scheduler APIs to accept lwpid as well, we've already 2006-07-11 06:11:34 +00:00
ksem.h Introduce MAC Framework and MAC Policy entry points to label and control 2005-05-04 10:39:15 +00:00
p1003_1b.c Extended the POSIX scheduler APIs to accept lwpid as well, we've already 2006-07-11 06:11:34 +00:00
posix4_mib.c Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00
posix4.h Extended the POSIX scheduler APIs to accept lwpid as well, we've already 2006-07-11 06:11:34 +00:00
sched.h
semaphore.h