summaryrefslogtreecommitdiff
path: root/Python/thread_pthread.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.hChristian Heimes2012-12-021-0/+3
|\
| * Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.hChristian Heimes2012-12-021-0/+3
* | Signal condition variables with the mutex held. Destroy condition variablesKristján Valur Jónsson2012-06-051-6/+9
* | Issue #14184: mergeNed Deily2012-03-131-8/+12
|\ \ | |/
| * Issue #14184: Increase the default stack size for secondary threads onNed Deily2012-03-131-8/+12
* | Issue #12469: partial revert of 024827a9db64, freebsd6 thread initializationVictor Stinner2011-07-041-4/+1
* | Issue #12392: fix thread initialization on FreeBSD 6Victor Stinner2011-06-241-1/+4
* | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
|\ \ | |/
| * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
| |\
| | * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+12
* | | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-2/+2
|\ \ \ | |/ /
| * | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-2/+2
* | | Issue9670: Merge backout from 3.2.Ned Deily2011-04-091-12/+0
|\ \ \ | |/ /
| * | Issue9670: Merge backout to 3.2.Ned Deily2011-04-091-12/+0
| |\ \ | | |/
| | * Issue9670: Back out changeset 378b40d71175; test fails on other platformsNed Deily2011-04-091-12/+0
* | | Issue #9670: merge with currentNed Deily2011-04-091-0/+12
|\ \ \ | |/ /
| * | Issue #9670: merge with 3.2Ned Deily2011-04-091-0/+12
| |\ \ | | |/
| | * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+12
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-237/+237
* | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-141-7/+1
|/ /
* | Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-45/+67
* | Issue #10062: Allow building on platforms which do not have sem_timedwait.Antoine Pitrou2010-10-101-1/+2
* | issue 9786 Native TLS support for pthreadsKristján Valur Jónsson2010-09-201-0/+43
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-264/+264
* | Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+6
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-20/+81
* | Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-241-43/+3
|/
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+74
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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