"man pages" for pthread_* functions

Brian Dessent brian@dessent.net
Mon Oct 22 04:39:00 GMT 2007


Roman Mashak wrote:

> I've installed latest cygwin, including such packages as 'cygwin',
> 'cygwin-doc', 'man' but none of them contains any 'man' pages on
> pthread_* functions, though thread support is included and available.
> 
> Was it omitted in this release or there's another problem?

We don't provide man pages for all functions, because nobody has written
or contributed them.  The ones we do provide come from newlib, but
newlib does not implement any of the pthread code.

Since pthreads are standardized you can find good documentation in the
SUS, e.g.
<http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_09.html>. 
For a list of what portions of the various standards Cygwin supports (as
well as implementation-specific notes), consult
<http://cygwin.com/cygwin-api/compatibility.html>.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list