cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c
Jeff Roberson
jeff at FreeBSD.org
Mon Mar 31 16:30:32 PST 2003
jeff 2003/03/31 16:30:30 PST
FreeBSD src repository
Added files:
sys/sys thr.h
sys/kern kern_thr.c
Log:
- Add two files to support the thr threading interface.
- sys/thr.h contains the user space visible api that is intended only for
use in threading library packages.
- kern/kern_thr.c contains thr system calls and other thr specific code.
Revision Changes Path
1.1 +259 -0 src/sys/kern/kern_thr.c (new)
1.1 +52 -0 src/sys/sys/thr.h (new)
More information about the cvs-src
mailing list