summaryrefslogtreecommitdiff
path: root/Include/pythread.h
Commit message (Expand)AuthorAgeFilesLines
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-9/+0
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-131-0/+3
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+3
* Revert revisions:Tim Peters2006-06-041-3/+0
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+3
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-16/+16
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-7/+0
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-30/+22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Conform to standard boilerplate.Guido van Rossum1999-03-241-3/+34
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-55/+21
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-21/+21
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+12
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+9
* Add Macros defining new names for all external symbols.Guido van Rossum1997-03-141-0/+18
* Add waitflag to down_sema().Guido van Rossum1996-10-081-1/+3
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-18/+18
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+6
* almodule.c: added close method, equivalent to closeport.Sjoerd Mullender1993-12-201-18/+18
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-111-5/+12
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-171-0/+9
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-0/+27