cvs commit: src/lib/libpthread/thread Makefile.inc thr_concurrency.c

Daniel Eischen deischen at FreeBSD.org
Tue Apr 22 13:29:17 PDT 2003


deischen    2003/04/22 13:29:16 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread Makefile.inc 
  Added files:
    lib/libpthread/thread thr_concurrency.c 
  Log:
  Add a working pthread_[gs]etconcurrency.  Initial null implementation
  provided by Sergey A. Osokin <osa at freebsd.org.ru>.
  
  In order to test this on a single CPU machine, you need to:
  
      sysctl kern.threads.debug=1
      sysctl kern.threads.virtual_cpu=2
  
  Revision  Changes    Path
  1.40      +1 -0      src/lib/libpthread/thread/Makefile.inc
  1.1       +120 -0    src/lib/libpthread/thread/thr_concurrency.c (new)


More information about the cvs-src mailing list