Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 06:53:22 -0700 (PDT)
From:      Alexey Zelkin <phantom@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_attr_get_np.c
Message-ID:  <200210261353.g9QDrMCZ095655@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phantom     2002/10/26 06:53:22 PDT

  Added files:
    lib/libc_r/uthread   uthread_attr_get_np.c 
  Log:
  Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads
  extenston function. It supposed to provide facility to get already created
  thread's attributes. Looks like it's last thing we need to make JDK's Hotspot
  building without requirement to have source tree.
  
  Reviewed by:    deischen
  MFC after:      3 days
  
  Revision  Changes    Path
  1.1       +50 -0     src/lib/libc_r/uthread/uthread_attr_get_np.c (new)

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?200210261353.g9QDrMCZ095655>