Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 22:07:18 -0800 (PST)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/arch/i386/i386 thr_enter_uts.S thr_switch.S src/lib/libpthread/sys Makefile.inc src/lib/libpthread/thread Makefile.inc thr_create.c thr_init.c thr_kern.c thr_printf.c thr_priority_queue.c thr_private.h
Message-ID:  <200210300607.g9U67Iqv003074@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mini        2002/10/29 22:07:18 PST

  Modified files:
    lib/libpthread/sys   Makefile.inc 
    lib/libpthread/thread Makefile.inc thr_create.c thr_init.c 
                          thr_kern.c thr_priority_queue.c 
                          thr_private.h 
  Added files:
    lib/libpthread/arch/i386/i386 thr_enter_uts.S thr_switch.S 
    lib/libpthread/thread thr_printf.c 
  Log:
  Use KSE to schedule threads.
  
  Revision  Changes    Path
  1.1       +96 -0     src/lib/libpthread/arch/i386/i386/thr_enter_uts.S (new)
  1.1       +89 -0     src/lib/libpthread/arch/i386/i386/thr_switch.S (new)
  1.12      +1 -2      src/lib/libpthread/sys/Makefile.inc
  1.35      +1 -0      src/lib/libpthread/thread/Makefile.inc
  1.37      +8 -8      src/lib/libpthread/thread/thr_create.c
  1.44      +16 -11    src/lib/libpthread/thread/thr_init.c
  1.45      +204 -212  src/lib/libpthread/thread/thr_kern.c
  1.1       +124 -0    src/lib/libpthread/thread/thr_printf.c (new)
  1.11      +3 -3      src/lib/libpthread/thread/thr_priority_queue.c
  1.76      +10 -23    src/lib/libpthread/thread/thr_private.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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