summaryrefslogtreecommitdiff
path: root/Python/thread_pthread.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)Miss Islington (bot)2018-11-301-4/+36
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-221-10/+0
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-6/+49
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-3/+87
* remove support for BSD/OS (closes bpo-31624) (#3812)Benjamin Peterson2017-09-281-21/+0
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-4/+5
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-5/+4
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-4/+5
* bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto2017-07-031-1/+0
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)Antoine Pitrou2017-06-261-45/+50
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-9/+9
* bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)Daniel Birnstiel2017-03-211-11/+13
* Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM andVictor Stinner2014-08-171-1/+9
* Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-131-3/+0
* Backout changeset 46393019b650Victor Stinner2013-12-131-0/+3
* Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-131-3/+0
* Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locksVictor Stinner2013-07-071-6/+6
* Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-181-0/+3
* 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