aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* btest: resource limitnobu2016-04-061-4/+12
* wait until the thread is stopped.akr2014-09-211-1/+1
* test_thread.rb: remove garbagenobu2014-06-081-1/+0
* bootstraptest/test_{fork,io,thread}.rb: reduce sleep timesnobu2014-06-071-22/+35
* fix matchingnobu2013-12-051-1/+1
* * bootstraptest/test_thread.rb: rescue resource limitation errors.ko12013-06-231-4/+12
* * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.elnobu2013-01-011-1/+1
* * bootstraptest/test_thread.rb: get rid of "invalid nest" error innobu2013-01-011-10/+10
* * bootstraptest/test_thread.rb: try to `join' each 100ko12012-11-261-1/+3
* * insns.def (onceinlinecache): add exclusion control for a regionmame2010-04-271-0/+9
* * bootstraptest/test_thread.rb: fix test. [Bug #2342]mame2010-04-221-2/+2
* * bootstraptest/test_thread.rb: please please please remember that there areusa2009-12-111-1/+5
* * thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu2009-12-101-1/+5
* * bootstraptest/test_thread.rb: propagate the exception within a thread tousa2009-11-241-1/+6
* * test_thread.rb: DO NOT USE FORK WITHOUT RESCUE.usa2009-11-191-5/+8
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-181-0/+19
* * thread.c (thread_cleanup_func): delete locking_mutex when threadmame2009-11-151-0/+23
* * bootstraptest/test_thread.rb: just check for normal exit.nobu2009-09-111-3/+3
* fix tests for load_path.akr2009-06-221-1/+1
* * test_thread.rb: broken test.usa2009-02-261-1/+1
* * bootstraptest/test_thread.rb: fix for environment where fork is notmame2009-02-231-3/+7
* * thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame2009-02-231-0/+12
* * bootstraptest/test_thread.rb: ignore some exceptions.usa2008-10-281-1/+5
* * bootstraptest/test_thread.rb: add a test.ko12008-08-311-0/+4
* add ML ref.akr2008-07-101-1/+1
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-101-0/+6
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-0/+53
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-0/+34
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+22
* * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr2008-05-081-0/+12
* * thread.c (rb_thread_stop_timer_thread): should clearmatz2008-04-221-0/+5
* * thread.c (thread_join): remove the current thread from the join listnobu2008-04-221-0/+16
* * compile.c, compile.h: fix stack pointer issues.ko12008-01-251-0/+1
* * bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.usa2008-01-231-4/+8
* * thread.c (thread_create_core): set thread group before creatingnobu2008-01-181-0/+7
* * thread.c: clear thread structure.ko12008-01-141-0/+8
* * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko12007-12-251-1/+11
* * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz2007-12-091-3/+3
* * thread.c (rb_thread_raise): check if target thread isko12007-08-121-0/+14
* * bootstraptest/runner.rb: fix to show file name.ko12007-06-271-0/+171