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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread_pthread.c
Age
Commit message (
Expand
)
Author
2011-11-04
* whitespace cleanup.
nobu
2011-10-30
* include/ruby/intern.h (rb_cloexec_pipe): declared.
akr
2011-10-22
* include/ruby/intern.h (rb_fd_set_cloexec): declared.
akr
2011-09-27
* thread_pthread.c: make native_fd_select().
kosaki
2011-09-21
* thread_pthread.c (ubf_select): activate timer thread when interrupt
nagachika
2011-08-05
* thread_pthread.c: fix typo.
mrkn
2011-08-04
* thread_pthread.c (native_cond_signal): retry to call pthread_cond_signal
mrkn
2011-07-19
* io.c (rb_update_max_fd): new function.
akr
2011-07-10
* thread_pthread.c (get_stack): need to adjust stack addr for
kanemoto
2011-07-10
* thread_pthread.c (rb_thread_create_timer_thread): removed
kosaki
2011-07-10
* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of
kosaki
2011-07-08
* thread_pthread.c (gvl_destroy): fix cond_t leak.
kosaki
2011-07-04
* thread_pthread.c (native_sleep): cut the waiting time up to
mame
2011-07-04
* thread_pthread.c (get_stack): For NetBSD/FreeBSD, use
kosaki
2011-07-04
comment fix.
kosaki
2011-07-04
* thread_pthread.c (thread_start_func_1): suppress an unused variable.
nobu
2011-07-03
* thread_pthread.c (get_stack): the return address of get_stack
naruse
2011-07-03
* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,
ko1
2011-07-02
* thread_pthread.c (get_stack): pthread_attr_getstack() doesn't
kosaki
2011-07-02
* thread_pthread.c (get_stack): add to a care of gurad page on Mac
kosaki
2011-06-30
* error.c, thread_pthread.c (WRITE_CONST): suppress warnings
nobu
2011-06-30
* thread_pthread.c (thread_timer): ignore unknown errno.
ko1
2011-06-30
* thread_pthread.c (ping_signal_thread_list, thread_timer):
ko1
2011-06-30
* thread_pthread.c (rb_thread_create_timer_thread): allocate
ko1
2011-06-28
* thread_pthread.c (native_stop_timer_thread): skip to close
ko1
2011-06-28
* error.c (rb_async_bug_errno): async-safe bug report function.
ko1
2011-06-28
* thread_pthread.c (consume_communication_pipe):
ko1
2011-06-27
Temporary hack for SIGILL of miniruby on FreeBSD.
naruse
2011-06-27
* thread_pthread.c (consume_communication_pipe): don't use C99
kosaki
2011-06-27
* thread_pthread.c (consume_communication_pipe): change return
kosaki
2011-06-27
* thread_pthread.c: s/__gvl_acquire/gvl_acquire_common/ and
kosaki
2011-06-27
Addtitional fix for previous commit.
naruse
2011-06-27
* thread_pthread.c (rb_thread_create_timer_thread):
naruse
2011-06-27
* thread_pthread.c (rb_thread_create_timer_thread):
ko1
2011-06-27
* thread_pthread.c: Stop polling in the timer thread when there are
ko1
2011-06-20
* thread_pthread.c (thread_timer): rename timeout_10ms to
kosaki
2011-06-18
* thread_pthread.c: remove GVL_DEBUG
kosaki
2011-06-18
* internal.h: declare more internal functions.
akr
2011-06-16
* thread_pthread.c, thread_pthread.h: remove unused variables.
ko1
2011-06-16
* thread_pthread.c (native_thread_create): fix debug message.
ko1
2011-06-16
* fix for build on solaris 10.
nobu
2011-06-14
* thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpus
kosaki
2011-06-13
* thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.
kosaki
2011-06-13
* thread_pthread.c: rewrite GVL completely.
kosaki
2011-06-11
* thread_pthread.c (native_cond_timeout): wrap conditinally used label.
nobu
2011-06-05
* thread_pthread.c (thread_timer): add to care a spurious wakeup.
kosaki
2011-06-01
* thread_pthread.c (native_sleep): fix 1000times calculation error.
kosaki
2011-06-01
* thread_pthread.c: remove unused macro.
kosaki
2011-05-08
* thread_pthread.c (native_cond_timedwait): add to care EINTR.
kosaki
2011-05-08
revert r31474. we cann't call xmalloc under FGLOCK.
kosaki
[next]