cvs commit: src/lib/libthr Makefile src/lib/libthr/support Makefile.inc src/lib/libthr/thread thr_create.c

David Xu davidxu at FreeBSD.org
Fri Apr 22 19:48:59 PDT 2005


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


More information about the cvs-src mailing list