From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Neta Zmora" To: mgcp@lists.vovida.com Cc: sip@lists.vovida.com, pthreads-win32@sourceware.cygnus.com Subject: More porting questions Date: Wed, 03 Nov 1999 01:40:00 -0000 Message-id: <4225681E.003354AF.00@il4.vocaltec.co.il> X-SW-Source: 1999/msg00116.html Hey all, With the help of Bryan Ogawa (Vovida) and Jeff Walker (Pingtel) I have made a quick and successful port of Vovida's MGCP stack to WinNT. However, I am now seeking your help again in porting the SIP stack to WinNT. It seems that the Posix Threads for Win32 library that Bryan recommended ( http://sourceware.cygnus.com/pthreads-win32/ ) is missing some functions used by the SIP stack. Specifically, these are: PTHREAD_MUTEX_RECURSIVE_NP - a constant PTHREAD_MUTEX_FAST_NP - a constant pthread_mutexattr_setkind_np(...) - this is a function Does anyone know what version of Posix Threads is used by Vovida's SIP stack (the library Bryan recommended partially implements POSIX 1003.1c 1995)? Does anyone know of a more complete Posix Threads implementation? Your help is much appreciated, Neta