Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2003 16:30:30 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c
Message-ID:  <200304010030.h310UUNj039606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304010030.h310UUNj039606>