| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread_win32.c (Init_native_thread): need to call | usa | 2008-12-22 | 1 | -0/+1 |
* | * thread_pthread.c (thread_timer): checks working flags again. | nobu | 2008-11-08 | 1 | -1/+10 |
* | * thread_win32.c (thread_start_func_1): use already gotten stack info. | nobu | 2008-11-07 | 1 | -18/+1 |
* | * thread.c (rb_thread_stop_timer_thread): terminates timer thread | nobu | 2008-11-06 | 1 | -6/+29 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file | usa | 2008-08-28 | 1 | -9/+0 |
* | * thread.c, vm_core.h: add manual priority support | ko1 | 2008-08-13 | 1 | -0/+4 |
* | * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted | usa | 2008-07-28 | 1 | -0/+10 |
* | * thread_win32.[ch]: moved definitions of cond_every_entry and | usa | 2008-07-28 | 1 | -10/+0 |
* | * win32/win32.c (overlapped_socket_io): avoid warnings. | usa | 2008-07-24 | 1 | -4/+4 |
* | * thread.c (thread_start_func_2): wake up joining threads. | nobu | 2008-07-16 | 1 | -14/+1 |
* | * thread_win32.c (ubf_handle): cancel blocking IO if it can (only | usa | 2008-07-15 | 1 | -0/+11 |
* | * thread.c (sleep_forever): wait until timed out. [ruby-core:17270] | nobu | 2008-07-09 | 1 | -21/+3 |
* | * thread_{pthread,win32}.c (native_sleep): wait until timed out. | nobu | 2008-07-09 | 1 | -3/+21 |
* | * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more | nobu | 2008-07-09 | 1 | -1/+2 |
* | * thread.c (thread_initialize): NUM2INT() returns int. | nobu | 2008-07-05 | 1 | -4/+2 |
* | * thread_win32.c (native_sleep): must block reentrance when accessing | usa | 2008-06-21 | 1 | -0/+4 |
* | * thread_win32.c (native_sleep): fix to decrement sleeper count. | ko1 | 2008-06-19 | 1 | -1/+1 |
* | * thread.c, thread_win32.c, vm_core.h: try to remove false positive of | mame | 2008-06-19 | 1 | -2/+2 |
* | * gc.h (STACK_UPPER): moved from gc.c | nobu | 2008-06-14 | 1 | -4/+27 |
* | * thread_win32.c (native_sleep): fixed previous commit. | usa | 2008-06-12 | 1 | -4/+6 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -3/+11 |
* | * vm_core.h (struct rb_unblock_callback), thread.c | nobu | 2008-05-30 | 1 | -4/+4 |
* | * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h: | nobu | 2008-04-26 | 1 | -5/+5 |
* | * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle | usa | 2008-01-18 | 1 | -1/+1 |
* | * thread.c (thread_cleanup_func): ignore errors from destroying mutex | nobu | 2008-01-18 | 1 | -0/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * thread_pthread.c, thread_pthread.h, thread_win32.c, | ko1 | 2007-12-25 | 1 | -10/+21 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -3/+12 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -0/+508 |