Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2005 02:48:59 +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/lib/libthr Makefile src/lib/libthr/support Makefile.inc src/lib/libthr/thread thr_create.c
Message-ID:  <200504230248.j3N2mxul026265@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2005-04-23 02:48:59 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr           Makefile 
    lib/libthr/thread    thr_create.c 
  Added files:
    lib/libthr/support   Makefile.inc 
  Log:
  Use thr_new syscall to create a new thread, obscure context operations
  is no longer needed.
  
  Revision  Changes    Path
  1.12      +1 -0      src/lib/libthr/Makefile
  1.1       +22 -0     src/lib/libthr/support/Makefile.inc (new)
  1.22      +16 -24    src/lib/libthr/thread/thr_create.c



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