Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2003 18:53:13 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include pthread.h src/lib/libc_r/man Makefile.inc pthread_getconcurrency.3 src/lib/libc_r/uthread Makefile.inc uthread_concurrency.c src/lib/libthr/thread Makefile.inc thr_concurrency.c
Message-ID:  <200304200153.h3K1rD7u035069@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         2003/04/19 18:53:13 PDT

  FreeBSD src repository

  Modified files:
    include              pthread.h 
    lib/libc_r/man       Makefile.inc 
    lib/libc_r/uthread   Makefile.inc 
    lib/libthr/thread    Makefile.inc 
  Added files:
    lib/libc_r/man       pthread_getconcurrency.3 
    lib/libc_r/uthread   uthread_concurrency.c 
    lib/libthr/thread    thr_concurrency.c 
  Log:
  Add stub implementations of pthread_[gs]etconcurrency to libc_r and
  libthr.  No changes were made to libpthread by request of deischen,
  who will soon commit a real implementation for that library.
  
  PR:             standards/50848
  Submitted by:   Sergey A. Osokin <osa@freebsd.org.ru>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.28      +2 -0      src/include/pthread.h
  1.20      +2 -0      src/lib/libc_r/man/Makefile.inc
  1.1       +107 -0    src/lib/libc_r/man/pthread_getconcurrency.3 (new)
  1.36      +1 -0      src/lib/libc_r/uthread/Makefile.inc
  1.1       +60 -0     src/lib/libc_r/uthread/uthread_concurrency.c (new)
  1.2       +1 -0      src/lib/libthr/thread/Makefile.inc
  1.1       +60 -0     src/lib/libthr/thread/thr_concurrency.c (new)



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