summaryrefslogtreecommitdiff
path: root/ext/threads/threads.xs
Commit message (Expand)AuthorAgeFilesLines
* Mommy, what's a pointer cast?Richard Soderberg2001-10-301-8/+8
* Ugly fix to not die when a thread creator is holding locks.Artur Bergman2001-10-291-0/+7
* Make new() work exactly like create(). Move from Config::threads to threads::...Artur Bergman2001-10-261-0/+18
* Allocing a TLS in runtime is not too hot.Artur Bergman2001-10-261-1/+1
* Flush IO buffers before starting a thread, this mimics fork and seems like a ...Artur Bergman2001-10-221-1/+1
* Avoid calling (now non-existant) Perl_sv_setsv(), by callingNick Ing-Simmons2001-10-201-6/+6
* 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
* Apperently OLD PTHREADS API is a bit retarded.Artur Bergman2001-10-121-7/+8
* (void*) the argument to make sure we work with picky compilersArtur Bergman2001-10-121-2/+2
* A) Support OLD_PTHREADS_APIArtur Bergman2001-10-121-12/+15
* Flush buffers on thread closedown.Artur Bergman2001-09-271-0/+1
* Fix negative refcount introduced by #12223.Artur Bergman2001-09-261-2/+2
* Various cleanups.Jarkko Hietaniemi2001-09-241-85/+48
* Make AIX and Tru64 compilers happy.Jarkko Hietaniemi2001-09-211-3/+5
* Attempt to fix solaris issue raised by Andy Dougherty.Artur Bergman2001-09-211-2/+2
* Rename the *thread* functions to Perl_* to avoid clashes.Artur Bergman2001-09-211-21/+21
* 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
* Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-currentH.Merijn Brand2001-09-191-1/+1
* Adds the thread 0.05 module. It is now moved to the core from CPAN.Artur Bergman2001-09-181-0/+419