Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 06:11:35 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/posix4 ksched.c p1003_1b.c posix4.h
Message-ID:  <200607110611.k6B6BZop056487@repoman.freebsd.org>

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



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