summaryrefslogtreecommitdiffstats
path: root/ext/thread/thread.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-02-271-36/+21
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@11908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/thread/thread.c: Handle interrupted waits correctly.knu2007-02-151-19/+58
| | | | | | | [ruby-bugs:PR#8663] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/thread/thread.c (rb_thread_exclusive): Implementknu2007-02-101-0/+34
| | | | | | | Thread.exclusive. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/thread/thread.c: Get rid of use of a dummy function.knu2007-02-101-11/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/thread/thread.c (Init_thread): Define missing aliases:knu2007-02-101-0/+2
| | | | | | | Queue#enq and SizedQueue#enq. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu2007-02-091-696/+502
| | | | | | | | | rest of the source code. * ext/thread: Make USE_MEM_POOLS an extconf option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Oops, this is the original form. I committed the wrong file.knu2007-02-091-5/+21
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/thread: Import the "fastthread" implementation by MenTaLguYknu2007-02-091-0/+1302
in the original form. This module is not hooked into the build yet since it needs some style fixes and adjustments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e