summaryrefslogtreecommitdiff
path: root/win32/win32thread.h
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-49/+49
* Remove the final remnants of 5005threads supportDagfinn Ilmari Mannsåker2020-07-201-6/+0
* The Borland Chainsaw MassacreSteve Hay2011-09-101-10/+5
* Re: Merge WinCE into Win32 directory and remove the the WinCE directoryYves Orton2006-05-021-1/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-10/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-2/+2
* perl built with USE_ITHREADS can deadlock during fork() or backticksGurusamy Sarathy2001-07-051-0/+2
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-1/+1
* free TLS slot properly on WindowsGurusamy Sarathy2000-08-211-0/+5
* avoid using context pointer in MUTEX_INIT() et al; remove theGurusamy Sarathy2000-03-111-25/+11
* various shenanigans in change#5342Gurusamy Sarathy2000-02-291-4/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-19/+31
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-3/+2
* win32 build fixesGurusamy Sarathy1999-06-101-12/+28
* remove _() non-ansismGurusamy Sarathy1999-06-021-6/+6
* [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