summaryrefslogtreecommitdiff
path: root/win32/win32thread.c
Commit message (Expand)AuthorAgeFilesLines
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-78/+2
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-6/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-3/+3
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-34/+22
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+2
* win32 build fixesGurusamy Sarathy1999-06-101-1/+1
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-2/+0
* tweaked version of suggested patchIlya Zakharevich1998-08-021-2/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-3/+3
* [asperl] added AS patch#9Gurusamy Sarathy1998-02-261-0/+6
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-0/+29
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-2/+3
* Avoid __declspec(thread) by default, for both scratchNick Ing-Simmons1997-11-291-0/+18
* Non-threaded build fixNick Ing-Simmons1997-11-291-0/+6
* GCC + Threads on Win32 - best gcc results yetNick Ing-Simmons1997-11-291-0/+10
* Fixup _55 for Win32:Nick Ing-Simmons1997-11-261-3/+3
* Integrate from ansi branch to mainline.Malcolm Beattie1997-11-251-0/+14
|\
| * Implement dTHR via __declspec(thread) - part 2Nick Ing-Simmons1997-11-151-3/+3
| * Use __declspec(thread) var rather tha TslAlloc & co.Nick Ing-Simmons1997-11-151-0/+14
* | AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-251-2/+2
|/
* Carry over changes in ansiperl branch. Win32 branch is nowGurusamy Sarathy1997-11-121-2/+1
* Minor tweaks to add a thread_intern struct that should ultimatelyGurusamy Sarathy1997-11-121-2/+3
* Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-6/+25
* 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/+30