summaryrefslogtreecommitdiff
path: root/ext/threads/threads.xs
Commit message (Expand)AuthorAgeFilesLines
* Added test cases and fixed some obvious things.Artur Bergman2002-04-281-1/+5
* Removed last traces of autodetach.Artur Bergman2002-04-271-1/+17
* End blocks were not run on Win32.Artur Bergman2002-04-221-0/+1
* Do not unlock mutex twice.Artur Bergman2002-04-211-1/+3
* Got the last memory leak in the while(1) { threads->create(sub Artur Bergman2002-04-211-1/+2
* Remove auto-detachArtur Bergman2002-04-201-10/+16
* Really let the update of the link list do something.Artur Bergman2002-04-201-2/+3
* Port testcases from thr5005 tests so we don't fail on same things.Artur Bergman2002-04-181-0/+3
* As suggested by Arthur: the threads and threads::sharedJarkko Hietaniemi2002-04-171-1/+9
* Unused variables.Jarkko Hietaniemi2002-04-111-2/+0
* Fix segfaults when mainthread exits with other threads running:Nick Ing-Simmons2002-04-031-42/+89
* Integrate mainlineNick Ing-Simmons2002-02-141-10/+17
* Stop failures if you pass an object, sv_dup might not be the right Artur Bergman2002-02-121-0/+2
* Join support, however something wierd seems to happen with filehandles that a...Artur Bergman2002-02-121-4/+33
* Tinkering with thread cleanup mutex-ing - not the problem Nick Ing-Simmons2002-01-261-7/+6
* Shared scalars working, some shared array ops working.Nick Ing-Simmons2002-01-221-12/+29
* threads work again on Win32. (Not threads::shared yet)Nick Ing-Simmons2002-01-201-22/+23
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-268/+370
* Simplify the code that duplicates the threads Artur Bergman2002-01-171-38/+16
* 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