| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread.c (thread_create_core): hide th->async_errinfo_mask_stack from | nagachika | 2012-07-29 | 1 | -0/+1 |
* | * thread.c (Init_Thread): does not need to set klass | ktsj | 2012-07-29 | 1 | -1/+0 |
* | * thread.c (thread_create_core, Init_Thread): hide | nagachika | 2012-07-25 | 1 | -3/+4 |
* | * thread.c (rb_threadptr_execute_interrupts_common): increase | naruse | 2012-07-22 | 1 | -1/+1 |
* | * thread.c (rb_thread_s_control_interrupt, | ko1 | 2012-07-19 | 1 | -86/+385 |
* | thread.c: remove deprecated | nobu | 2012-07-19 | 1 | -6/+0 |
* | * thread.c (rb_thread_call_without_gvl2): added. | ko1 | 2012-07-18 | 1 | -15/+77 |
* | * thread.c: fix last commit miss. | ko1 | 2012-07-18 | 1 | -3/+0 |
* | * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue. | ko1 | 2012-07-18 | 1 | -38/+105 |
* | rb_thread_call_without_gvl | nobu | 2012-07-10 | 1 | -9/+8 |
* | thread.c: unsigned | nobu | 2012-07-06 | 1 | -3/+3 |
* | ThreadShield: check waiting count | nobu | 2012-07-06 | 1 | -12/+21 |
* | * thread.c: fix typo. | nobu | 2012-07-05 | 1 | -2/+2 |
* | ThreadShield | nobu | 2012-07-05 | 1 | -39/+39 |
* | thread.c: fix rdoc | nobu | 2012-07-04 | 1 | -2/+3 |
* | * thread.c (rb_thread_aref): add explanation for why Thread#[] and | akr | 2012-07-02 | 1 | -0/+33 |
* | adjust style. | nobu | 2012-06-27 | 1 | -4/+7 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -2/+2 |
* | * thread.c (vm_living_thread_num): suppress a warning. | naruse | 2012-06-03 | 1 | -1/+1 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | * thread.c, thread_pthread.c: Moved pthread-specific preprocessor | yugui | 2012-05-17 | 1 | -4/+0 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -1/+9 |
* | Revert r35622. | naruse | 2012-05-11 | 1 | -1/+1 |
* | * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is | naruse | 2012-05-11 | 1 | -1/+1 |
* | * vm_core.h (rb_thread_t#yielding): add a field. | ko1 | 2012-04-28 | 1 | -7/+5 |
* | * thread.c (rb_threadptr_execute_interrupts_common): | naruse | 2012-04-26 | 1 | -0/+6 |
* | * thread.c (rb_check_deadlock): refine an error message of deadlock | mame | 2012-04-23 | 1 | -1/+1 |
* | * thread.c (rb_threadptr_execute_interrupts_common): use defined | usa | 2012-03-29 | 1 | -1/+1 |
* | * thread.c (rb_mutex_unlock_th): simplified. | nobu | 2012-01-13 | 1 | -15/+4 |
* | * thread.c (rb_barrier_waiting): fix potential overflows. | nobu | 2012-01-13 | 1 | -3/+3 |
* | * thread.c: changed documentation for "thread-local" variables. | ayumin | 2012-01-03 | 1 | -6/+6 |
* | * thread.c (rb_barrier_waiting): save the number of waiting threads | naruse | 2011-12-30 | 1 | -20/+20 |
* | * load.c (load_unlock): release loading barrier and then remove it | nobu | 2011-12-14 | 1 | -2/+15 |
* | * load.c (load_lock): delete the loading barrier if it has been | nobu | 2011-12-14 | 1 | -2/+12 |
* | * load.c (load_unlock): all threads requiring one file should | nobu | 2011-12-13 | 1 | -0/+11 |
* | * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use | akr | 2011-11-15 | 1 | -1/+1 |
* | * thread.c (do_select): fix cast, tv_sec is time_t. | naruse | 2011-11-09 | 1 | -1/+1 |
* | * thread.c (rb_fd_rcopy): suppress warnings on mingw32. | nobu | 2011-11-03 | 1 | -1/+1 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -7/+7 |
* | * thread_pthread.c: make native_fd_select(). | kosaki | 2011-09-27 | 1 | -12/+2 |
* | * thread.c (do_select): remove cygwin specific hack. It's layer | kosaki | 2011-09-27 | 1 | -73/+1 |
* | * thread.c (rb_fd_rcopy): added an argument guard. | kosaki | 2011-09-14 | 1 | -1/+3 |
* | * thread.c (rb_thread_select): fix to ignore an argument | kosaki | 2011-09-12 | 1 | -3/+35 |
* | * thread.c (rb_thread_select): fix a typo to initialize efds | nobu | 2011-09-09 | 1 | -1/+1 |
* | * thread.c (rb_thread_select): critical typo in r33117. | usa | 2011-08-30 | 1 | -1/+1 |
* | * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement | usa | 2011-08-30 | 1 | -1/+4 |
* | * thread.c (rb_thread_select): rewrite by using | kosaki | 2011-08-30 | 1 | -19/+26 |
* | * thread.c (update_coverage): skip coverage count up if the current | mame | 2011-08-23 | 1 | -1/+1 |
* | * thread.c: add a description for the behavior of select(2) on | mrkn | 2011-08-19 | 1 | -0/+4 |
* | * thread.c (set_trace_func, thread_set_trace_func_m): reset tracing | mame | 2011-07-21 | 1 | -0/+2 |