cvs commit: src/sys/posix4 ksched.c p1003_1b.c posix4.h
David Xu
davidxu at FreeBSD.org
Tue Jul 11 06:11:35 UTC 2006
davidxu 2006-07-11 06:11:35 UTC
FreeBSD src repository
Modified files:
sys/posix4 ksched.c p1003_1b.c posix4.h
Log:
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.
Revision Changes Path
1.30 +21 -21 src/sys/posix4/ksched.c
1.28 +69 -36 src/sys/posix4/p1003_1b.c
1.14 +8 -8 src/sys/posix4/posix4.h
More information about the cvs-src
mailing list