summaryrefslogtreecommitdiff
path: root/Python/thread_pthread.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #21963: backout issue #1856 patch (avoid crashes and lockups whenAntoine Pitrou2014-11-211-2/+2
* avoid crashes and lockups from daemon threads during interpreter shutdown (#1...Benjamin Peterson2014-06-161-2/+2
* Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-181-0/+3
* Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.hJesus Cea2012-12-051-0/+3
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
* Issue9670: Back out changeset b0d2b696da19; test fails on other platformsNed Deily2011-04-091-12/+0
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+12
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-219/+219
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-43/+3
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-3/+74
* Revert revisions:Tim Peters2006-06-041-61/+2
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-2/+61
* Patch #1396919: Reenable the system scope threads on FreeBSD 5.4Hye-Shik Chang2006-03-231-1/+11
* Don't call memset() before checking that the ptr is not NULL.Armin Rigo2005-09-201-1/+1
* Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4.Martin v. Löwis2005-03-281-1/+3
* 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