summaryrefslogtreecommitdiff
path: root/thread.h
Commit message (Expand)AuthorAgeFilesLines
* HP-UX 11 threads.Jeff Okamoto1999-02-261-0/+14
* Mach cthreads:Brian Harrison1999-02-191-0/+62
* integrated relevant parts og changes #2385 & #2387 from mainlineGraham Barr1998-12-311-8/+7
* integrate change#1863,1881 from mainlineGraham Barr1998-11-021-6/+21
* tweaked version of suggested patchIlya Zakharevich1998-08-021-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-7/+7
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-3/+5
|\
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-3/+5
* | [asperl] add AS patch#17Gurusamy Sarathy1998-04-211-1/+1
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-0/+2
|\ \ | |/
| * dos-djgpp updateLaszlo Molnar1998-02-251-0/+2
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-2/+41
|\ \ | |/
| * [win32] Fix minor problems with non USE_THREADS build. win32 branchGurusamy Sarathy1998-02-031-0/+2
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-2/+39
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+4
|/
* Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so thatMalcolm Beattie1997-12-101-1/+0
* embed.pl now reads *var*.h to do its stuff.Nick Ing-Simmons1997-11-301-119/+0
* Globals and structs via macros - part 1 of NNick Ing-Simmons1997-11-291-101/+0
* GCC + Threads on Win32 - best gcc results yetNick Ing-Simmons1997-11-291-0/+2
* AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-251-7/+11
* Rename perl_thread to perl_os_thread.Malcolm Beattie1997-11-251-2/+2
* $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-1/+1
* Integrate mainline changes into win32 branch. Now would be a good timeGurusamy Sarathy1997-11-141-3/+3
|\
| * Rewrite thread return code to distinguish between ordinary returnMalcolm Beattie1997-11-131-2/+2
| * Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-1/+1
* | Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-1/+3
|\ \ | |/
| * Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERNMalcolm Beattie1997-11-111-1/+1
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-3/+6
| |\
| | * Get threads working again on Win32Nick Ing-Simmons1997-11-081-1/+4
| | * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-1/+41
| | * Raw integrate of latest perlNick Ing-Simmons1997-11-071-5/+5
| | |\
| | * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-42/+1
| | * | Compile(d) at least once with threads on win32 Nick Ing-Simmons1997-11-051-0/+1
| | * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-1/+41
| | |\ \
| | * | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-2/+3
| * | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-0/+2
* | | | | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-101-3/+0
* | | | | Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-3/+7
|/ / / /
* | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-0/+1
| |_|/ |/| |
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-5/+3
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-1/+2
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-1/+41
|/
* Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-291-5/+4
* Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-79/+128
* Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-161-0/+1
* Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.Malcolm Beattie1997-10-151-15/+15
* pthread_condattr_init in thread.h for OLD_PTHREADS_API.Malcolm Beattie1997-10-151-1/+4
* Started rewriting thread state machine.Malcolm Beattie1997-10-151-12/+14
* Rewrite thread destruction system using linked list of threads.Malcolm Beattie1997-10-101-16/+26
* Remove last traces of "tokenbuf as temp buffer" and removed itMalcolm Beattie1997-10-031-2/+4