summaryrefslogtreecommitdiff
path: root/thread_pthread.c
AgeCommit message (Expand)Author
2013-01-15merge revision(s) 38819: [Backport #7693]usa
2012-09-20* thread_pthread.c (native_cond_initialize): destroy condattrkosaki
2012-08-23merge revision(s) 35978,36013,36014,36015,36052,36076,36487: [Backport #6898]naruse
2012-02-10merge revision(s) 34033: [Backport #5996]naruse
2012-02-07* removed trailing spaces.nobu
2012-02-03merge revision(s) r34038,34099:naruse
2012-01-03merge revision(s) 33693:kosaki
2011-09-22merge revision(s) 33307:kosaki
2011-08-05Merge commit r32846:mrkn
2011-07-20* backport r32579, r32581, r32587 by akr and r32588 by kazu.akr
2011-07-11thread_pthread.c (get_stack): need to adjust stack addr forkanemoto
2011-07-10* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad ofkosaki
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 tomame
2011-07-04* thread_pthread.c (get_stack): For NetBSD/FreeBSD, usekosaki
2011-07-04comment 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_stacknaruse
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'tkosaki
2011-07-02* thread_pthread.c (get_stack): add to a care of gurad page on Mackosaki
2011-06-30* error.c, thread_pthread.c (WRITE_CONST): suppress warningsnobu
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): allocateko1
2011-06-28* thread_pthread.c (native_stop_timer_thread): skip to closeko1
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-27Temporary hack for SIGILL of miniruby on FreeBSD.naruse
2011-06-27* thread_pthread.c (consume_communication_pipe): don't use C99kosaki
2011-06-27* thread_pthread.c (consume_communication_pipe): change returnkosaki
2011-06-27* thread_pthread.c: s/__gvl_acquire/gvl_acquire_common/ andkosaki
2011-06-27Addtitional 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 areko1
2011-06-20* thread_pthread.c (thread_timer): rename timeout_10ms tokosaki
2011-06-18* thread_pthread.c: remove GVL_DEBUGkosaki
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 cpuskosaki
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