summaryrefslogtreecommitdiff
path: root/win32/win32thread.h
Commit message (Expand)AuthorAgeFilesLines
* [win32] fix handle leak in join()Gurusamy Sarathy1998-02-201-2/+4
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-2/+43
* Avoid __declspec(thread) by default, for both scratchNick Ing-Simmons1997-11-291-0/+1
* GCC + Threads on Win32 - best gcc results yetNick Ing-Simmons1997-11-291-2/+3
* [win32] reverse integrate mainlineGurusamy Sarathy1997-11-251-6/+6
|\
| * Integrate from ansi branch to mainline.Malcolm Beattie1997-11-251-7/+15
| |\ | |/ |/|
| * AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-251-3/+3
| * Rename perl_thread to perl_os_thread.Malcolm Beattie1997-11-251-1/+1
* | Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-211-1/+1
|\ \ | |/
* | MYMALLOC for Win32:Nick Ing-Simmons1997-11-161-1/+1
* | Implement dTHR via __declspec(thread) - part 2Nick Ing-Simmons1997-11-151-3/+14
* | Use __declspec(thread) var rather tha TslAlloc & co.Nick Ing-Simmons1997-11-151-7/+5
|/
* Carry over changes in ansiperl branch. Win32 branch is nowGurusamy Sarathy1997-11-121-6/+2
* Minor tweaks to add a thread_intern struct that should ultimatelyGurusamy Sarathy1997-11-121-33/+40
* Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-33/+61
* Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-291-3/+3
* Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-0/+102