summaryrefslogtreecommitdiff
path: root/thread_win32.c
AgeCommit message (Expand)Author
2010-12-20 * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki
2010-11-28* thread_win32.c (gvl_release, gvl_init): suppress warnings.nobu
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2010-10-27* thread_win32.c (w32_error): should get error no only once, becauseusa
2010-10-26* Makefile.in (ASFLAGS): needs INCFLAGS.nobu
2010-10-13* thread_win32.c (w32_error): get English message first, insteadusa
2010-10-12* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu
2010-09-23* thread_win32.c (w32_wait_events, w32_close_handle): suppress warnings.wanabe
2010-08-02* thread_win32.c (native_thread_join): need to wait thread, of course.usa
2010-06-05* vm.c (Init_BareVM): call Init_native_thread here.akr
2010-05-05* thread_win32.c (w32_wait_events): get GVL before handle interruptwanabe
2010-04-22* thread_win32.c (ubf_handle): remove unused typedef.usa
2010-01-04* thread_win32.c (InterlockedExchangePointer): old SDK support.usa
2009-12-30* thread_win32.c (native_thread_destroy): decreased the probability ofusa
2009-12-30* thread_win32.c (w32_error): should report the function.usa
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-12* thread_win32.c (thread_errno): CreateThread does not set errno.nobu
2009-11-12* thread.c (thread_create_core): moved failure handling fromnobu
2009-11-02* thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2008-12-22 * thread_win32.c (Init_native_thread): need to callusa
2008-11-08* thread_pthread.c (thread_timer): checks working flags again.nobu
2008-11-07* thread_win32.c (thread_start_func_1): use already gotten stack info.nobu
2008-11-06* thread.c (rb_thread_stop_timer_thread): terminates timer threadnobu
2008-08-28 * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-07-28 * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa
2008-07-28 * thread_win32.[ch]: moved definitions of cond_every_entry andusa
2008-07-24 * win32/win32.c (overlapped_socket_io): avoid warnings.usa
2008-07-16* thread.c (thread_start_func_2): wake up joining threads.nobu
2008-07-15 * thread_win32.c (ubf_handle): cancel blocking IO if it can (onlyusa
2008-07-09* thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu
2008-07-09* thread_{pthread,win32}.c (native_sleep): wait until timed out.nobu
2008-07-09* thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs morenobu
2008-07-05* thread.c (thread_initialize): NUM2INT() returns int.nobu
2008-06-21 * thread_win32.c (native_sleep): must block reentrance when accessingusa
2008-06-19* thread_win32.c (native_sleep): fix to decrement sleeper count.ko1
2008-06-19* thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame
2008-06-14* gc.h (STACK_UPPER): moved from gc.cnobu
2008-06-12 * thread_win32.c (native_sleep): fixed previous commit.usa
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-05-30* vm_core.h (struct rb_unblock_callback), thread.cnobu
2008-04-26* io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu
2008-01-18 * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handleusa
2008-01-18* thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* thread_pthread.c, thread_pthread.h, thread_win32.c,ko1
2007-12-25* vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko1
2007-12-20* common.mk, *.ci: renamed to *.c.ko1