Age | Commit message (Expand) | Author |
2011-06-29 | * thread.c (rb_thread_schedule_limits): minor optimization. | kosaki |
2011-06-29 | * thread.c (rb_thread_schedule_rec): move interrupt_flag check to | kosaki |
2011-06-29 | * thread.c (thread_s_pass): change RDoc description and remove | kosaki |
2011-06-29 | * thread.c (rb_thread_stop): change RDoc sample code. The old | kosaki |
2011-06-29 | * thread.c (rb_thread_wakeup): change RDoc sample code. The old | kosaki |
2011-06-29 | * thread.c (rb_thread_run): change RDoc. The old example is buggy | kosaki |
2011-06-27 | * thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example | nahi |
2011-06-27 | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 |
2011-06-25 | * thread.c (sleep_forever): now Kernel#sleep don't wakeup by | nagachika |
2011-06-25 | * thread.c (rb_threadptr_check_signal): remove unnecessary th->status | nagachika |
2011-06-18 | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr |
2011-06-18 | * method.h, internal.h iseq.h: declare internal functions. | akr |
2011-06-18 | * internal.h: declare more internal functions. | akr |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-16 | * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse. | kosaki |
2011-06-16 | * fix for build on solaris 10. | nobu |
2011-06-15 | * thread.c (do_select): Windows: no need to poll if select(2) is | usa |
2011-06-15 | * thread.c: remove BLOCKING_REGION_CORE() macro. It's no longer used | 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-12 | * thread.c: remove th->transition_for_lock. It's thread unsafe. | kosaki |
2011-06-12 | * thread.c: introduce spurious wakeup safe deadlock check. | kosaki |
2011-06-11 | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT, | kosaki |
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 |