summaryrefslogtreecommitdiffstats
path: root/ext/thread/thread.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 22011:shyouhei2009-03-231-9/+51
* merge revision(s) 17874,17886:shyouhei2009-03-231-12/+27
* * eval.c, intern.h, ext/thread/thread.c: should not free queue whileshyouhei2007-09-231-31/+19
* * ext/thread/thread.c (lock_mutex): should take care of threadsshyouhei2007-09-161-2/+1
* * intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()nobu2007-06-181-0/+2
* * eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei2007-06-071-32/+66
* merge -c 12113shyouhei2007-05-221-2/+7
* * merge -r 12066:12069shyouhei2007-03-161-12/+12
* * ext/thread/thread.c (push_list): Use ALLOC().knu2007-03-031-4/+4
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-02-271-36/+21
* * ext/thread/thread.c: Handle interrupted waits correctly.knu2007-02-151-19/+58
* * ext/thread/thread.c (rb_thread_exclusive): Implementknu2007-02-101-0/+34
* * ext/thread/thread.c: Get rid of use of a dummy function.knu2007-02-101-11/+2
* * ext/thread/thread.c (Init_thread): Define missing aliases:knu2007-02-101-0/+2
* * ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu2007-02-091-696/+502
* Oops, this is the original form. I committed the wrong file.knu2007-02-091-5/+21
* * ext/thread: Import the "fastthread" implementation by MenTaLguYknu2007-02-091-0/+1302