summaryrefslogtreecommitdiff
path: root/Python/thread_pthread.h
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean noAnthony Baxter2005-03-161-0/+4
* This closes patch:Michael W. Hudson2004-07-071-11/+0
* SF Patch #902444: Use process scope thread on FreeBSD. System scopeHye-Shik Chang2004-03-041-1/+1
* typoSkip Montanaro2004-03-031-1/+1
* Remove support for systems defining Py_PTHREAD_D[467] inSkip Montanaro2004-02-071-72/+0
* remove DGUX support.Skip Montanaro2004-01-171-10/+2
* Getting rid of code dependent on GUSI or the MetroWerks compiler.Jack Jansen2003-11-191-8/+0
* Patch 775605: Cygwin pthread_sigmask() workaround patchJason Tishler2003-07-221-1/+1
* Patch #716969: Detect thread creation failure. Will backport to 2.2.Martin v. Löwis2003-04-191-6/+8
* Patch #711835: Remove unnecessary lock operations. Will backport to 2.2.Martin v. Löwis2003-04-181-8/+4
* Don't use Posix semaphores on Solaris 8. Fixes #662787.Martin v. Löwis2003-01-211-1/+1
* Patch #650415: Avoid redefinition of macros.Martin v. Löwis2002-12-111-0/+12
* Add compile-time errors for unsupported systems.Martin v. Löwis2002-12-021-0/+5
* Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.Martin v. Löwis2002-10-041-2/+2
* Document that _POSIX_SEMAPHORES is predefined.Martin v. Löwis2002-03-171-0/+4
* Patch #525532: Add support for POSIX semaphores.Martin v. Löwis2002-03-171-0/+119
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-98/+0
* Workaround for what is probably a problem in Apple's gcc: <pthread.h> failsJack Jansen2002-01-151-0/+6
* Fix memory leak. This is part of SF patch #478006.Fred Drake2001-11-091-1/+1
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-2/+6
* Do not define _POSIX_THREADS if unistd.h defines it.Martin v. Löwis2001-10-151-1/+1
* Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe:Guido van Rossum2001-10-121-0/+26
* Improve threading on Solaris, according to SF patch #460269, submittedGuido van Rossum2001-09-101-3/+8
* GUSI on the Mac creates threads with a default stack size of 20KB, which isJack Jansen2001-08-291-1/+21
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* This patch partly (some stuff went in already) ports Python to Monterey.Trent Mick2000-08-231-0/+11
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-21/+40
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-10/+10
* Rob Riggs wrote:Guido van Rossum1999-03-151-2/+2
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-43/+43
* BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net.Guido van Rossum1998-10-071-1/+22
* Apparently on AIX when using gcc you need to call pthread_init()Guido van Rossum1998-09-101-0/+3
* Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4.Guido van Rossum1998-09-041-1/+1
* Add a 'volatile' to the declaration of threadid in get_thread_ident().Guido van Rossum1998-08-271-1/+1
* Improved version of patch for HPUX from David Arnold.Guido van Rossum1998-05-141-4/+1
* Support HPUX 10.20 DCE threads.Guido van Rossum1998-05-071-0/+6
* Make new gcc -Wall happyGuido van Rossum1998-04-101-1/+2
* Add default case (standard conformance) to avoid piling upGuido van Rossum1997-06-021-4/+4
* DG/UX thread patches (Ross Andrus)Guido van Rossum1997-05-221-3/+8
* Add pthred-std define for Linux.Guido van Rossum1997-05-151-0/+2
* Support for various versions of the pthread draft.Guido van Rossum1997-05-131-12/+64
* Add detach call so threads are GC'ed.Guido van Rossum1997-04-301-0/+2
* Working semaphore implementation by Sjoerd.Guido van Rossum1997-01-171-3/+64
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Sjoerd's thread changes (including down_sema typo fix).Guido van Rossum1996-10-081-2/+3
* Changes necessary for AIX.Guido van Rossum1996-08-081-0/+15
* Got rid of florida hack and made it work with Solaris 2.5 pthreads.Guido van Rossum1996-06-111-19/+7
* Alpha OSF/1 fixGuido van Rossum1995-01-091-1/+4