| Commit message (Expand) | Author | Age | Files | Lines |
* | should check pending interrupts correctly. | Koichi Sasada | 2020-04-09 | 1 | -0/+14 |
* | disable to show the maximum number of threads. | Koichi Sasada | 2020-03-23 | 1 | -1/+2 |
* | Show the failed message too | Nobuyoshi Nakada | 2019-12-12 | 1 | -1/+1 |
* | Show the failed message | Nobuyoshi Nakada | 2019-12-11 | 1 | -1/+1 |
* | Move an unstable bootstraptest to pending | Takashi Kokubun | 2019-09-03 | 1 | -3/+0 |
* | Compare actual result | Nobuyoshi Nakada | 2019-08-14 | 1 | -2/+2 |
* | Improved fiber benchmarks. Increase number of iterations. | Samuel Williams | 2019-07-12 | 1 | -21/+0 |
* | * remove trailing spaces, expand tabs. | git | 2019-06-19 | 1 | -2/+2 |
* | Show thread and fiber limits as part of bootstrap tests. | Samuel Williams | 2019-06-19 | 1 | -2/+24 |
* | Improve benchmarks and tests for threads. | Samuel Williams | 2019-06-19 | 1 | -0/+3 |
* | revert r65820 and retry assert_finish | k0kubun | 2018-11-20 | 1 | -0/+6 |
* | test_thread.rb: skip test_thread.rb broken for Windows | k0kubun | 2018-11-20 | 1 | -6/+0 |
* | Use qualified names | nobu | 2016-08-30 | 1 | -9/+9 |
* | btest: resource limit | nobu | 2016-04-06 | 1 | -4/+12 |
* | wait until the thread is stopped. | akr | 2014-09-21 | 1 | -1/+1 |
* | test_thread.rb: remove garbage | nobu | 2014-06-08 | 1 | -1/+0 |
* | bootstraptest/test_{fork,io,thread}.rb: reduce sleep times | nobu | 2014-06-07 | 1 | -22/+35 |
* | fix matching | nobu | 2013-12-05 | 1 | -1/+1 |
* | * bootstraptest/test_thread.rb: rescue resource limitation errors. | ko1 | 2013-06-23 | 1 | -4/+12 |
* | * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el | nobu | 2013-01-01 | 1 | -1/+1 |
* | * bootstraptest/test_thread.rb: get rid of "invalid nest" error in | nobu | 2013-01-01 | 1 | -10/+10 |
* | * bootstraptest/test_thread.rb: try to `join' each 100 | ko1 | 2012-11-26 | 1 | -1/+3 |
* | * insns.def (onceinlinecache): add exclusion control for a region | mame | 2010-04-27 | 1 | -0/+9 |
* | * bootstraptest/test_thread.rb: fix test. [Bug #2342] | mame | 2010-04-22 | 1 | -2/+2 |
* | * bootstraptest/test_thread.rb: please please please remember that there are | usa | 2009-12-11 | 1 | -1/+5 |
* | * thread_pthread.c (native_mutex_reinitialize_atfork): release and | nobu | 2009-12-10 | 1 | -1/+5 |
* | * bootstraptest/test_thread.rb: propagate the exception within a thread to | usa | 2009-11-24 | 1 | -1/+6 |
* | * test_thread.rb: DO NOT USE FORK WITHOUT RESCUE. | usa | 2009-11-19 | 1 | -5/+8 |
* | * thread.c (rb_thread_atfork_internal): reinitialize global lock | nobu | 2009-11-18 | 1 | -0/+19 |
* | * thread.c (thread_cleanup_func): delete locking_mutex when thread | mame | 2009-11-15 | 1 | -0/+23 |
* | * bootstraptest/test_thread.rb: just check for normal exit. | nobu | 2009-09-11 | 1 | -3/+3 |
* | fix tests for load_path. | akr | 2009-06-22 | 1 | -1/+1 |
* | * test_thread.rb: broken test. | usa | 2009-02-26 | 1 | -1/+1 |
* | * bootstraptest/test_thread.rb: fix for environment where fork is not | mame | 2009-02-23 | 1 | -3/+7 |
* | * thread.c (thread_cleanup_func): unlock all locked mutexes even when | mame | 2009-02-23 | 1 | -0/+12 |
* | * bootstraptest/test_thread.rb: ignore some exceptions. | usa | 2008-10-28 | 1 | -1/+5 |
* | * bootstraptest/test_thread.rb: add a test. | ko1 | 2008-08-31 | 1 | -0/+4 |
* | add ML ref. | akr | 2008-07-10 | 1 | -1/+1 |
* | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu | 2008-07-10 | 1 | -0/+6 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -0/+53 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -0/+34 |
* | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 | 2008-05-19 | 1 | -0/+22 |
* | * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS | akr | 2008-05-08 | 1 | -0/+12 |
* | * thread.c (rb_thread_stop_timer_thread): should clear | matz | 2008-04-22 | 1 | -0/+5 |
* | * thread.c (thread_join): remove the current thread from the join list | nobu | 2008-04-22 | 1 | -0/+16 |
* | * compile.c, compile.h: fix stack pointer issues. | ko1 | 2008-01-25 | 1 | -0/+1 |
* | * bootstraptest/test_{knownbug,thread}.rb: support fork-less platform. | usa | 2008-01-23 | 1 | -4/+8 |
* | * thread.c (thread_create_core): set thread group before creating | nobu | 2008-01-18 | 1 | -0/+7 |
* | * thread.c: clear thread structure. | ko1 | 2008-01-14 | 1 | -0/+8 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -1/+11 |