Re: [osol-code] can't fine WaitForSingleObject on cvs.opensolaris.org

2006-02-21 Thread David Powell
Ian, On Wed, Feb 22, 2006 at 09:49:56AM +1300, Ian Collins wrote: > Paul Durrant wrote: > >On 21 Feb 2006, at 20:38, Ian Collins wrote: > > > >>I was looking up the internals of pthread_mutex_lock, which calls > >>WaitForSingleObject. This symbol isn't found > > > >WaitForSingleObject() is

Re: [osol-code] can't fine WaitForSingleObject on cvs.opensolaris.org

2006-02-21 Thread Jonathan Adams
On Wed, Feb 22, 2006 at 09:38:19AM +1300, Ian Collins wrote: > I was looking up the internals of pthread_mutex_lock, which calls > WaitForSingleObject. This symbol isn't found > > Is it missing, or simply overlooked by OpenGrok? Make sure you're looking inside usr/src/lib/libc; that's wher

Re: [osol-code] can't fine WaitForSingleObject on cvs.opensolaris.org

2006-02-21 Thread Ian Collins
Paul Durrant wrote: On 21 Feb 2006, at 20:38, Ian Collins wrote: I was looking up the internals of pthread_mutex_lock, which calls WaitForSingleObject. This symbol isn't found WaitForSingleObject() is a Windows function which I guess you're unlikely to find in Solaris :-) [Look just

Re: [osol-code] can't fine WaitForSingleObject on cvs.opensolaris.org

2006-02-21 Thread Paul Durrant
On 21 Feb 2006, at 20:38, Ian Collins wrote: I was looking up the internals of pthread_mutex_lock, which calls WaitForSingleObject. This symbol isn't found WaitForSingleObject() is a Windows function which I guess you're unlikely to find in Solaris :-) [Look just above the def. of pthr

[osol-code] can't fine WaitForSingleObject on cvs.opensolaris.org

2006-02-21 Thread Ian Collins
I was looking up the internals of pthread_mutex_lock, which calls WaitForSingleObject. This symbol isn't found Is it missing, or simply overlooked by OpenGrok? Thanks, Ian ___ opensolaris-code mailing list opensolaris-code@opensolaris.org https