Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2005 02:36:07 +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/sys thr.h src/sys/kern kern_thr.c syscalls.master
Message-ID:  <200504230236.j3N2a7BU025538@repoman.freebsd.org>

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



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