| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of | kosaki | 2011-07-10 | 1 | -1/+1 |
* | * vm_core.h (typedef struct rb_vm_struct): create a new | kosaki | 2011-07-10 | 1 | -0/+5 |
* | * thread.c (cmp_tv, subtract_tv): no longer used on Win32. | nobu | 2011-07-08 | 1 | -2/+2 |
* | * thread.c (rb_mutex_unlock_all): folded into | kosaki | 2011-07-08 | 1 | -29/+19 |
* | * thread.c (thread_unlock_all_locking_mutexes): rename to | kosaki | 2011-07-08 | 1 | -3/+3 |
* | * thread.c (do_select): fix memory leak. | kosaki | 2011-07-01 | 1 | -0/+8 |
* | * thread.c (rb_threadptr_check_signal): only wake up main thread. | ko1 | 2011-06-30 | 1 | -12/+8 |
* | * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event | ko1 | 2011-06-30 | 1 | -2/+1 |
* | * thread.c (ruby_thread_s_pass): Fix typo. | drbrain | 2011-06-29 | 1 | -4/+4 |
* | * thread.c (rb_threadptr_execute_interrupts_common): remove | kosaki | 2011-06-29 | 1 | -4/+0 |
* | * thread.c (rb_thread_schedule_limits): minor optimization. | kosaki | 2011-06-29 | 1 | -8/+6 |
* | * thread.c (rb_thread_schedule_rec): move interrupt_flag check to | kosaki | 2011-06-29 | 1 | -13/+12 |
* | * thread.c (thread_s_pass): change RDoc description and remove | kosaki | 2011-06-29 | 1 | -14/+2 |
* | * thread.c (rb_thread_stop): change RDoc sample code. The old | kosaki | 2011-06-29 | 1 | -1/+1 |
* | * thread.c (rb_thread_wakeup): change RDoc sample code. The old | kosaki | 2011-06-29 | 1 | -0/+2 |
* | * thread.c (rb_thread_run): change RDoc. The old example is buggy | kosaki | 2011-06-29 | 1 | -1/+1 |
* | * thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example | nahi | 2011-06-27 | 1 | -8/+11 |
* | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 | 2011-06-27 | 1 | -3/+2 |
* | * thread.c (sleep_forever): now Kernel#sleep don't wakeup by | nagachika | 2011-06-25 | 1 | -2/+3 |
* | * thread.c (rb_threadptr_check_signal): remove unnecessary th->status | nagachika | 2011-06-25 | 1 | -4/+1 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -1/+0 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -9/+0 |
* | * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse. | kosaki | 2011-06-16 | 1 | -1/+1 |
* | * fix for build on solaris 10. | nobu | 2011-06-16 | 1 | -29/+29 |
* | * thread.c (do_select): Windows: no need to poll if select(2) is | usa | 2011-06-15 | 1 | -2/+10 |
* | * thread.c: remove BLOCKING_REGION_CORE() macro. It's no longer used | kosaki | 2011-06-15 | 1 | -7/+0 |
* | * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally. | kosaki | 2011-06-13 | 1 | -12/+2 |
* | * thread_pthread.c: rewrite GVL completely. | kosaki | 2011-06-13 | 1 | -18/+22 |