Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / native_client_sdk / src / libraries / third_party / pthreads-win32 / README.chromium
blob15b8f7c7133f9474b7ed852a9bf0c12ad2e00314
1 Name: pthreads-win32
2 URL: http://sources.redhat.com/pthreads-win32/
3 Version: 2.9.1.0
4 Date: 2012-08-21
5 License: LGPL 2.1
6 License File: COPYING
7 Security Critical: no
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.
15 Description:
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
25 woes.
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
29 problem.
31 Local Modifications:
32 * Removed execute permissions on some source files.