index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
2017-11-07
Symptomatic treatment for `rb_thread_terminate_all` freeze
mame
2017-11-07
th->ec: rb_threadptr_setup_exception
ko1
2017-11-07
rename to rb_ec_set_raised().
ko1
2017-11-07
th->ec: rb_threadptr_reset_raised()
ko1
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-10-29
`rb_ec_error_print()`.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
`th` -> `ec` for backtrace functions.
ko1
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
common conversion functions
nobu
2017-10-23
Drop to support NaCl platform.
hsbt
2017-09-25
thread.c: Use 'Class.new' instead of 'Class::new' in doc codes.
sonots
2017-09-19
thread.c: report then abort
nobu
2017-09-18
thread.c: Clear an array for method coverage
yui-knk
2017-09-14
Add method coverage
mame
2017-09-14
Add branch coverage for if statement
mame
2017-09-14
Add a new instruction `trace2` for hooking with custom data
mame
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-08-26
thread_win32.c: set thread name
nobu
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
Define Thread#to_s (as Thread#inspect) and make alias `inspect` as `to_s`.
ko1
2017-08-02
release VM stack properly.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
move storages to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
rb_catch_protect() accepts enum ruby_tag_type *.
ko1
2017-06-23
thread.c: suppress warning
nobu
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-12
remove rb_blocking_region_buffer::oldubf.
ko1
2017-06-12
remove ruby_kill() introduced for [Bug #7951].
ko1
2017-06-09
thread_pthread.c: workaround for valgrind on Mac
nobu
2017-06-09
thread.c: workaround for valgrind on Mac OS X
nobu
2017-06-07
thread.c: avoid busy looping on rb_thread_fd_close
normal
2017-06-06
IO#close: do not enqueue redundant interrupts (take #2)
normal
2017-06-06
re-revert r59020
ko1
2017-06-06
revert r59023 because it contans unrelated developping code
ko1
2017-06-06
revert r59020 because it may fail some tests sometimes on some environment (h...
ko1
2017-06-06
IO#close: do not enqueue redundant interrupts
normal
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-27
rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()
normal
2017-05-20
speed up IO#close with many threads
normal
2017-05-13
thread_win32.c: disable currently unused functions
nobu
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
[next]