Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 1997 21:46:41 -0600
From:      Nanbor Wang <nw1@cs.wustl.edu>
To:        hackers@freebsd.org
Cc:        John Birrell <jb@cimlogic.com.au>
Subject:   pthread library on FreeBSD
Message-ID:  <199702010346.VAA26518@siesta.cs.wustl.edu>

next in thread | raw e-mail | index | archive | help
Hi all,

Thanks for your help I had made some progress on porting ACE to
FreeBSD.  However, I encountered another obstacle.  There seems to be
some pthread functions unimplemented.  After looking to its source
code, here is a list of functions that are missing and will be nice if
ACE can make use of them.

pthread_mutexattr_destroy:
pthread_condattr_init:
pthread_condattr_destroy:
pthread_attr_setstackaddr:
pthread_attr_setdetachstate: 
	These are nowhere to be found.

pthread_cleanup_push:
pthread_cleanup_pop:
	Have underlying functions _thread_cleanup_push and
_thread_cleanup_pop but there is no API functions.  (Possibly
implemented?) 

Does anyone know this is because that pthread lib (for BSD) itself is
still ongoing or just because the pthread lib source files in
FreeBSD are simply outdated?  I am running -current as of 1/26.  

Under either circumstance, is there anyway to get around this?  TIA.

Later,

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
     Nanbor Wang <nw1@cs.wustl.edu>   http://www.cs.wustl.edu/~nw1/  
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_




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