summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* Mommy, what's a pointer cast?Richard Soderberg2001-10-302-76/+76
* Ugly fix to not die when a thread creator is holding locks.Artur Bergman2001-10-293-2/+14
* Update documentation.Artur Bergman2001-10-281-8/+89
* Manpage updates.Artur Bergman2001-10-281-11/+26
* And here we use the prototypes.Artur Bergman2001-10-281-1/+5
* Get the new functions right, do not export lock since we use builtin lock.Artur Bergman2001-10-262-11/+8
* And then finally cond_wait cond_signal and cond_broadcast are now implmented.Artur Bergman2001-10-262-0/+74
* More Config::threads to threads::threads changesArtur Bergman2001-10-262-2/+2
* Make new() work exactly like create(). Move from Config::threads to threads::...Artur Bergman2001-10-262-6/+19
* Allocing a TLS in runtime is not too hot.Artur Bergman2001-10-261-1/+1
* Don't display debug data.Artur Bergman2001-10-261-3/+0
* Extend support of change #12672 to support arrays and hashes. Shared referenc...Artur Bergman2001-10-262-2/+41
* Fix case where shared reference does not exist in current thread.Artur Bergman2001-10-262-2/+48
* Support for references in shared arrays.Artur Bergman2001-10-261-4/+52
* Add tests for references in hashes.Artur Bergman2001-10-261-0/+44
* Omit needless calls to pod2man (perl@12641)Andy Dougherty2001-10-252-0/+2
* Add support for reference members of hashes.Artur Bergman2001-10-251-6/+29
* Tests shared hashes.Artur Bergman2001-10-251-0/+76
* Fix threadcounts for arrays and hashes.Artur Bergman2001-10-252-1/+14
* Tru64 compiler nit.Jarkko Hietaniemi2001-10-241-1/+1
* Change #12623 inflicted an infinite hang. Fixed.Artur Bergman2001-10-241-1/+0
* Adds support for hashes. Neither hashes nor arrays can contain references yet.Artur Bergman2001-10-242-0/+196
* We need to do sharedsv_find in the original perl context.Artur Bergman2001-10-241-2/+3
* Add support for basic support for AVs, references not supported yet.Artur Bergman2001-10-244-13/+422
* We only need to fetch the SV from the backend if the indexArtur Bergman2001-10-241-6/+11
* Flush IO buffers before starting a thread, this mimics fork and seems like a ...Artur Bergman2001-10-221-1/+1
* Pod nits, as suggested by Stas Bekman.Jarkko Hietaniemi2001-10-222-31/+19
* Integrate ithreads buffer flush fix from perlioNick Ing-Simmons2001-10-221-4/+4
|\
| * All tests pass (legitimately) on ithreadsNick Ing-Simmons2001-10-221-4/+4
* | First support of threads::shared, support shared svs and references.Artur Bergman2001-10-216-0/+436
|/
* 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
* 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