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
2011-06-11
* thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extract
akr
2011-06-09
* io.c: fix IO.copy_stream interrupt handling.
akr
2011-06-09
* gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() for
nagachika
2011-05-26
* thread.c (ppoll): typo bug fix.
nagai
2011-05-21
* thread.c (Init_Thread): add a code comment why the meaningless
kosaki
2011-05-18
* eval.c (setup_exception): internal exception should be hidden
nobu
2011-05-17
* thread.c (rb_mutex_lock): remove remove_signal_thread_list() call.
kosaki
2011-05-15
* include/ruby/intern.h: resurrect old rb_fd_copy().
kosaki
2011-05-15
* include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() and
kosaki
2011-05-07
* thread.c (rb_fd_zero): remove redundant zero fill.
kosaki
2011-05-07
* thread.c (rb_fd_init): remove volatile qualifier.
kosaki
2011-05-07
* thread.c (rb_fd_init_copy): new internal api. It provide efficient
kosaki
2011-05-07
r31460 is wrong fix. fix it again.
kosaki
2011-05-07
fix incorrect native_cond_signal call when deadlock was detected.
kosaki
2011-05-06
mutex: deadlock check timeout use monotonic time.
kosaki
2011-05-06
* thread_pthread.h (rb_thread_cond_t): add clockid field. it's
kosaki
2011-05-06
* thread.c (rb_wait_for_single_fd): use ppoll() instead of poll()
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): Fix wrong return value.
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): Added POLLNVAL check.
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo...
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): new.
kosaki
2011-05-03
* thread.c (rb_fd_copy): fix wrong argument.This issue was pointed
kosaki
2011-05-02
* thread.c (rb_thread_select): preserve errno if no error
nobu
2011-04-30
* thread.c (rb_thread_select): release GVL while waiting select().
kosaki
2011-04-30
* thread.c (do_select): Change arugment type to rb_fdset_t.
kosaki
2011-04-30
* thread.c (rb_fd_copy): Change function argument. Now
kosaki
2011-04-30
* thread.c (do_select): remove useless ifdef. time calculation
kosaki
2011-04-29
fix indentation
kosaki
2011-04-29
* thread.c (lock_func): small cleanup.
kosaki
2011-04-29
* thread.c (rb_mutex_lock, lock_func): Avoid busy loop and
kosaki
2011-04-13
* thread.c (thread_fd_close_i): IOError exception should be assigned
nagachika
2011-02-20
* thread.c (exec_recursive): prevent temporary objects from GC.
nobu
2011-02-14
* thread.c (rb_thread_io_blocking_region): reset th->waiting_fd
nagachika
2011-02-12
* thread.c (rb_thread_io_blocking_region): new function to run
nobu
2011-01-31
* thread.c (thread_start_func_2): check deadlock condition before
nagachika
2011-01-08
* thread.c: parenthesize macro arguments.
akr
2010-12-25
* thread.c (rb_thread_atfork): Add small comment why we need
kosaki
2010-12-20
* thread.c (thread_cleanup_func): Moved interrupted_lock
kosaki
2010-12-20
* thread.c (thread_cleanup_func): Don't touch native threading
kosaki
2010-11-27
* thread.c, vm_core.h: make gvl_acquire/release/init/destruct
ko1
2010-10-12
* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format
nobu
2010-10-12
* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),
nobu
2010-10-09
* vm_core.h (rb_signal_buff_size, rb_signal_exec): moved
nobu
2010-10-09
* thread.c (thread_reset_event_flags, exec_event_hooks): ignore
nobu
2010-10-09
* thread.c (rb_threadptr_exec_event_hooks): suppress each event
nobu
2010-10-08
* thread.c (rb_threadptr_remove_event_hook): fix typo.
nobu
2010-10-03
* enc/unicode.c (onigenc_unicode_property_name_to_ctype):
naruse
2010-09-01
* thread.c (ruby_suppress_tracing): restore the state and invoke
nobu
2010-08-14
* thread.c (rb_gc_mark_threads): deprecated.
nobu
2010-07-18
* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]
nobu
[next]