Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 13:29:16 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:    cvs commit: src/lib/libpthread/thread Makefile.inc thr_concurrency.c
Message-ID:  <200304222029.h3MKTG0V062573@repoman.freebsd.org>

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



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