cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c
syscalls.master
David Xu
davidxu at FreeBSD.org
Fri Apr 22 19:36:07 PDT 2005
davidxu 2005-04-23 02:36:07 UTC
FreeBSD src repository
Modified files:
sys/sys thr.h
sys/kern kern_thr.c syscalls.master
Log:
Add new syscall thr_new to create thread in atomic, it will
inherit signal mask from parent thread, setup TLS and stack, and
user entry address.
Also support POSIX thread's PTHREAD_SCOPE_PROCESS and PTHREAD_SCOPE_SYSTEM,
sysctl is also provided to control the scheduler scope.
Revision Changes Path
1.33 +136 -53 src/sys/kern/kern_thr.c
1.188 +2 -0 src/sys/kern/syscalls.master
1.6 +18 -1 src/sys/sys/thr.h
More information about the cvs-src
mailing list