summaryrefslogtreecommitdiff
path: root/Python/thread_nt.h
Commit message (Collapse)AuthorAgeFilesLines
* Use _beginthread() and _endthread() in favor of CreateThread() andGuido van Rossum1997-08-141-16/+8
| | | | | | | ExitThread(). As discussed in c.l.p, this takes care of initialization and finalization of thread-local storage allocated by the C runtime system. Not sure whether non-MS compilers grok this though (but who cares :-).
* 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-1/+5
| | | | Note: waitflag not supported on NT.
* nt thread supportGuido van Rossum1995-01-171-0/+245