summaryrefslogtreecommitdiff
path: root/thread.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-40/+0
* Need even more stack for VMS_IA64-ithread.Craig A. Berry2009-01-171-1/+5
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2008-10-271-1/+1
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Removed unused var in a macroAndy Lester2006-04-161-2/+1
* [patch@27529] thread.h - VMS needs more stackJohn E. Malmberg2006-03-211-0/+5
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Get rid of hardcoded string length.Gisle Aas2006-01-041-1/+1
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+2
* Avoid segfault when pthread_key_create failsGisle Aas2005-01-051-2/+1
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Make panics a bit more verbose to ease debugging.Marcus Holland-Moritz2004-02-291-32/+64
* Redundancy removal from Brian De Pradine;Jarkko Hietaniemi2003-06-131-1/+0
* z/OS: More threaded build tweaks from Brian De Pradine--Jarkko Hietaniemi2003-05-011-5/+7
* z/OS: changes for building threaded from "Brian De Pradine"Jarkko Hietaniemi2003-04-221-1/+5
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* $0 mofifying part IJarkko Hietaniemi2002-12-021-0/+11
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-57/+2
* Tru64 and gcc and threadsH.Merijn Brand2002-10-091-1/+1
* DG/UX updates from Takis Psarogiannakopoulos.Jarkko Hietaniemi2002-03-111-1/+1
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-3/+0
* fix PTHREAD_ATFORK croaking too early, too oftenCoral2001-07-171-11/+2
* Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.Jarkko Hietaniemi2001-07-121-2/+8
* pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK coral2001-07-121-2/+6
* Re: [patch] pthread_atfork bandaidDoug MacEachern2001-07-121-0/+3
* Retract #11289.Jarkko Hietaniemi2001-07-121-4/+1
* (Retracted by #11289.)Jarkko Hietaniemi2001-07-121-1/+4
* perl built with USE_ITHREADS can deadlock during fork() or backticksGurusamy Sarathy2001-07-051-0/+9
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+4
* Thinko noticed by Doug MacEachern.Jarkko Hietaniemi2001-05-171-1/+1
* Macrofy the getspecific (and use it also in util.c)Jarkko Hietaniemi2001-05-171-6/+13
* Use the unchecked thread-specific key fetch also in Tru64.Jarkko Hietaniemi2001-05-171-2/+4
* Quick thread speedupDan Sugalski2001-05-171-1/+6
* Move the stack desire definition to thread.h.Jarkko Hietaniemi2001-05-161-0/+4
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-0/+4
* Integrate change #8695 from maintperl.Jarkko Hietaniemi2001-02-091-0/+1
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-0/+10
* free TLS slot properly on WindowsGurusamy Sarathy2000-08-211-0/+8
* Getting perlio and threads to compileLupe Christoph2000-08-111-1/+1
* rename totally bletcherous SvLOCK() thingy (doesn't do what theGurusamy Sarathy2000-07-141-0/+10
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-1/+10
* avoid using context pointer in MUTEX_INIT() et al; remove theGurusamy Sarathy2000-03-111-37/+15
* various shenanigans in change#5342Gurusamy Sarathy2000-02-291-2/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-122/+133
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-1/+3