summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-19thread.c: remove deprecatednobu
2012-07-18* thread.c (rb_thread_call_without_gvl2): added.ko1
2012-07-18* thread.c: fix last commit miss.ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-07-10rb_thread_call_without_gvlnobu
2012-07-06thread.c: unsignednobu
2012-07-06ThreadShield: check waiting countnobu
2012-07-05* thread.c: fix typo.nobu
2012-07-05ThreadShieldnobu
2012-07-04thread.c: fix rdocnobu
2012-07-02* thread.c (rb_thread_aref): add explanation for why Thread#[] andakr
2012-06-27adjust style.nobu
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-03* thread.c (vm_living_thread_num): suppress a warning.naruse
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-17* thread.c, thread_pthread.c: Moved pthread-specific preprocessoryugui
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-05-11Revert r35622.naruse
2012-05-11* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse
2012-04-28* vm_core.h (rb_thread_t#yielding): add a field.ko1
2012-04-26* thread.c (rb_threadptr_execute_interrupts_common):naruse
2012-04-23* thread.c (rb_check_deadlock): refine an error message of deadlockmame
2012-03-29* thread.c (rb_threadptr_execute_interrupts_common): use definedusa
2012-01-13* thread.c (rb_mutex_unlock_th): simplified.nobu
2012-01-13* thread.c (rb_barrier_waiting): fix potential overflows.nobu
2012-01-03* thread.c: changed documentation for "thread-local" variables.ayumin
2011-12-30* thread.c (rb_barrier_waiting): save the number of waiting threadsnaruse
2011-12-14* load.c (load_unlock): release loading barrier and then remove itnobu
2011-12-14* load.c (load_lock): delete the loading barrier if it has beennobu
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-11-15* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr
2011-11-09* thread.c (do_select): fix cast, tv_sec is time_t.naruse
2011-11-03* thread.c (rb_fd_rcopy): suppress warnings on mingw32.nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-27* thread_pthread.c: make native_fd_select().kosaki
2011-09-27* thread.c (do_select): remove cygwin specific hack. It's layerkosaki
2011-09-14* thread.c (rb_fd_rcopy): added an argument guard.kosaki
2011-09-12* thread.c (rb_thread_select): fix to ignore an argumentkosaki
2011-09-09* thread.c (rb_thread_select): fix a typo to initialize efdsnobu
2011-08-30* thread.c (rb_thread_select): critical typo in r33117.usa
2011-08-30* win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa
2011-08-30* thread.c (rb_thread_select): rewrite by usingkosaki
2011-08-23* thread.c (update_coverage): skip coverage count up if the currentmame
2011-08-19* thread.c: add a description for the behavior of select(2) onmrkn
2011-07-21* thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame
2011-07-10* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad ofkosaki
2011-07-10* vm_core.h (typedef struct rb_vm_struct): create a newkosaki
2011-07-08* thread.c (cmp_tv, subtract_tv): no longer used on Win32.nobu
2011-07-08* thread.c (rb_mutex_unlock_all): folded intokosaki