2 URL: http://sources.redhat.com/pthreads-win32/
9 This library is included only to allow external users of the Native Client SDK
10 to build PPAPI plugins using the pthreads interface. This is convenient during
11 the process of developing or porting a Native Client application.
13 This library is not shipped with Chromium.
16 From http://sources.redhat.com/pthreads-win32/
18 The POSIX 1003.1-2001 standard defines an application programming interface
19 (API) for writing multithreaded applications. This interface is known more
20 commonly as pthreads. A good number of modern operating systems include a
21 threading library of some kind: Solaris (UI) threads, Win32 threads, DCE
22 threads, DECthreads, or any of the draft revisions of the pthreads standard.
23 The trend is that most of these systems are slowly adopting the pthreads
24 standard API, with application developers following suit to reduce porting
27 Win32 does not, and is unlikely to ever, support pthreads natively. This
28 project seeks to provide a freely available and high-quality solution to this
32 * Removed execute permissions on some source files.