summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* Set thread stack size if needed.Artur Bergman2001-10-131-0/+5
* We do want to set the attribute to joinable even on modern posixArtur Bergman2001-10-131-4/+3
* perhaps pthread_attr_t really needs to be set for the old apiArtur Bergman2001-10-121-1/+15
* pthread_keycreate not pthread_key_create under the here be dragons APIArtur Bergman2001-10-121-4/+10
* Apperently OLD PTHREADS API is a bit retarded.Artur Bergman2001-10-122-11/+13
* Let us avoid being smart for now.Artur Bergman2001-10-121-1/+1
* (void*) the argument to make sure we work with picky compilersArtur Bergman2001-10-121-2/+2
* A) Support OLD_PTHREADS_APIArtur Bergman2001-10-122-13/+40
* Flush buffers on thread closedown.Artur Bergman2001-09-271-0/+1
* Documention updateArtur Bergman2001-09-261-0/+2
* Increase the amount of time we spend in each thread, and add one that uses an...Artur Bergman2001-09-262-2/+50
* Threads can start executing in a different order than they wereArtur Bergman2001-09-261-1/+1
* Add in stress_string.t to stress test threads a bit more.Artur Bergman2001-09-261-0/+51
* Fix negative refcount introduced by #12223.Artur Bergman2001-09-261-2/+2
* Various cleanups.Jarkko Hietaniemi2001-09-242-86/+49
* Make AIX and Tru64 compilers happy.Jarkko Hietaniemi2001-09-212-4/+6
* Attempt to fix solaris issue raised by Andy Dougherty.Artur Bergman2001-09-212-3/+3
* Rename the *thread* functions to Perl_* to avoid clashes.Artur Bergman2001-09-212-29/+29
* Add the shared sv space to the global vars.Artur Bergman2001-09-211-36/+24
* Don't use C++ comments.Jarkko Hietaniemi2001-09-201-2/+4
* Correct numbering of the tests is useful.Jarkko Hietaniemi2001-09-191-7/+7
* More tests now.Jarkko Hietaniemi2001-09-191-1/+1
* Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-currentH.Merijn Brand2001-09-191-1/+1
* Make the basic test contain only realy basic API testsArtur Bergman2001-09-191-50/+49
* Indent the test a bit.Jarkko Hietaniemi2001-09-191-7/+15
* two test failuresRafael Garcia-Suarez2001-09-181-0/+10
* Make the test behave properly!Artur Bergman2001-09-181-28/+41
* Forgot the makefileArtur Bergman2001-09-181-0/+27
* Adds the thread 0.05 module. It is now moved to the core from CPAN.Artur Bergman2001-09-186-0/+781