Pthreads: Porovnání verzí

Smazaný obsah Přidaný obsah
(projekt NPTL)
Robot: Opravuji 1 zdrojů and označuji 0 zdrojů jako nefunkční #IABot (v2.0beta15)
Řádek 65:
 
== POSIX vlákna pro Windows ==
Windows nativně nepodporuje standard pthreads, proto se projekt [http://sourceware.org/pthreads-win32/ Pthreads-w32] snaží poskytnout přenosnou open-source implementaci. S malou nebo žádnou modifikací mohou být také použity [[Unix]] programy (které využívají pthreads) do platformy Windows.<ref>{{cite web |url=http://world.std.com/~jmhart/opensource.htm |title=Experiments with the Open Source Pthreads Library and Some Comments |last=Hart |first=Johnson M. |date=2004-11-21 |accessdate=2010-08-29 |archive-url=https://web.archive.org/web/20100830235615/http://world.std.com/~jmhart/opensource.htm |archive-date=2010-08-30 |dead-url=yes }}</ref> Poslední verze 2.8.0 je kompatibilní s 64-bit systémy Windows.<ref>{{cite web|url=https://code.google.com/p/libusb-winusb-wip/downloads/detail?name=pthread-win32_x64.zip&can=2&q= |title=pthread-win32_x64.zip Source and binary for Pthreads-w32 v2.8.0|date=2010-01-26 |accessdate=2010-08-29}}</ref><ref>{{cite web|url=http://libusb.6.n5.nabble.com/pthreads-on-64bit-Windows-td48i20.html |title=Forum discussion: pthreads-on-64bit-Windows|date=2010-01-26|accessdate=2010-08-29|archive-url=https://web.archive.org/web/20101215142002/http://libusb.6.n5.nabble.com/pthreads-on-64bit-Windows-td48i20.html|archive-date=2010-12-15|dead-url=yes}}</ref>
 
[[Interix]] – prostředí dostupné ve [[Windows Services for UNIX|Windows Services pro UNIX/Subsystem pro aplikace založené na UNIXu]]. Balíček poskytuje nativní port pthreads API, tj. nenamapováno na Win32/Win64 API ale vytvořen přímo v operačním systému "[[syscall]]" rozhraní.<ref>{{cite web |url=http://technet.microsoft.com/en-us/library/bb496994.aspx |title=Chapter 1: Introduction to Windows Services for UNIX 3.5}}</ref>