Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 00:48:04 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org
Subject:   cvs commit: src/include pthread.h src/lib/libc_r/uthread uthread_attr_getstack.c uthread_attr_setstack.c src/lib/libpthread/thread thr_attr_getstack.c thr_attr_setstack.c src/lib/libc_r/man pthread_attr.3
Message-ID:  <200302100848.h1A8m4Fj054987@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2003/02/10 00:48:04 PST

  Modified files:
    include              pthread.h 
    lib/libc_r/man       pthread_attr.3 
  Added files:
    lib/libc_r/uthread   uthread_attr_getstack.c 
                         uthread_attr_setstack.c 
    lib/libpthread/thread thr_attr_getstack.c thr_attr_setstack.c 
  Log:
  Add pthread_attr_getstack() and pthread_attr_setstack().
  
  Submitted by: Craig Rodrigues <rodrigc@attbi.com>
  
  Revision  Changes    Path
  1.27      +4 -0      src/include/pthread.h
  1.12      +8 -0      src/lib/libc_r/man/pthread_attr.3
  1.1       +59 -0     src/lib/libc_r/uthread/uthread_attr_getstack.c (new)
  1.1       +58 -0     src/lib/libc_r/uthread/uthread_attr_setstack.c (new)
  1.1       +59 -0     src/lib/libpthread/thread/thr_attr_getstack.c (new)
  1.1       +58 -0     src/lib/libpthread/thread/thr_attr_setstack.c (new)

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




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