summaryrefslogtreecommitdiffstats
path: root/Python/thread_sgi.h
Commit message (Collapse)AuthorAgeFilesLines
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-57/+57
| | | | | names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names).
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+80
| | | | | All per-thread globals are moved into a struct which is manipulated separately.
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-3/+3
|
* 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-3/+10
| | | | Note: waitflag not supported on NT.
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
| | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error().
* Fix waiting for children -- save ppid in pidlist as well.Guido van Rossum1994-05-301-14/+34
|
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-231-0/+5
| | | | | | | compile.c: lists and dictionary in code objects become tuples import.c: bump MAGIC thread*.[ch]: added thread_ident() function version.c: added '++' to version number and bumped date
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-091-0/+414
Added Tim Peters' pthread version.