mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6244e502cc
* thread_win32.ci, thread_win32.h, thread_pthread.ci, thread_pthread.h: prepare native_cond_*() which are based on pthread_cond_*() spec. * prelude.rb: fix Mutex#synchronize method. * vm_core.h, include/ruby/intern.h: change unblock function interface (to pass some user data). * file.c, process.c: ditto. * benchmark/bm_vm2_mutex.rb: add a benchmark for mutex. * benchmark/bm_vm3_thread_mutex.rb: add a benchmark for mutex with contension. * benchmark/run.rb: fix to remove ENV['RUBYLIB'] for matzruby. * test/ruby/test_thread.rb: add a test. * common.mk: fix benchmark options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
other-lang | ||
bm_app_answer.rb | ||
bm_app_factorial.rb | ||
bm_app_fib.rb | ||
bm_app_mandelbrot.rb | ||
bm_app_pentomino.rb | ||
bm_app_raise.rb | ||
bm_app_strconcat.rb | ||
bm_app_tak.rb | ||
bm_app_tarai.rb | ||
bm_loop_generator.rb | ||
bm_loop_times.rb | ||
bm_loop_whileloop.rb | ||
bm_loop_whileloop2.rb | ||
bm_so_ackermann.rb | ||
bm_so_array.rb | ||
bm_so_concatenate.rb | ||
bm_so_count_words.rb | ||
bm_so_exception.rb | ||
bm_so_lists.rb | ||
bm_so_matrix.rb | ||
bm_so_nested_loop.rb | ||
bm_so_object.rb | ||
bm_so_random.rb | ||
bm_so_sieve.rb | ||
bm_vm1_block.rb | ||
bm_vm1_const.rb | ||
bm_vm1_ensure.rb | ||
bm_vm1_length.rb | ||
bm_vm1_rescue.rb | ||
bm_vm1_simplereturn.rb | ||
bm_vm1_swap.rb | ||
bm_vm2_array.rb | ||
bm_vm2_case.rb | ||
bm_vm2_method.rb | ||
bm_vm2_mutex.rb | ||
bm_vm2_poly_method.rb | ||
bm_vm2_poly_method_ov.rb | ||
bm_vm2_proc.rb | ||
bm_vm2_regexp.rb | ||
bm_vm2_send.rb | ||
bm_vm2_super.rb | ||
bm_vm2_unif1.rb | ||
bm_vm2_zsuper.rb | ||
bm_vm3_thread_create_join.rb | ||
bm_vm3_thread_mutex.rb | ||
bmx_temp.rb | ||
report.rb | ||
run.rb | ||
runc.rb | ||
wc.input.base |