Age | Commit message (Expand) | Author |
2012-11-28 | * thread_win32.c: catch up latest change of BLOCKING_REGION. | ko1 |
2012-06-17 | thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEX | nobu |
2012-06-17 | thread_win32.c: USE_WIN32_MUTEX | nobu |
2012-06-17 | thread_win32.c: reserved pattern name | nobu |
2012-06-08 | * thread_win32.c (native_thread_create): add a comment. | usa |
2012-03-29 | * thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental] | usa |
2012-01-28 | * thread_win32.c (rb_w32_wait_events_blocking): use | shirosaki |
2011-07-03 | * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p, | ko1 |
2011-06-28 | * thread_win32.c (native_stop_timer_thread): fixed commit miss of | usa |
2011-06-27 | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 |
2011-06-15 | * thread.c (do_select): Windows: no need to poll if select(2) is | usa |
2011-06-13 | * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally. | kosaki |
2011-06-13 | * thread_pthread.c: rewrite GVL completely. | kosaki |
2011-06-13 | * thread_win32.c (native_cond_signal): remove unnecessary rb_bug(). | kosaki |
2011-06-12 | * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw. | nobu |
2011-05-07 | remove debugging code | kosaki |
2011-05-07 | fix win32 native_cond_timedwait() makes SIGSEGV. | kosaki |
2011-05-07 | fix mutex deadlock test hang-up. | kosaki |
2011-05-06 | sleep_cond use monotonic time if possible. | kosaki |
2011-05-06 | fix win32 compile error. | kosaki |
2011-05-06 | mutex: deadlock check timeout use monotonic time. | kosaki |
2011-05-06 | * thread_pthread.h (rb_thread_cond_t): add clockid field. it's | kosaki |
2011-05-05 | * thread_pthread.c (native_mutex_reinitialize_atfork): removed | kosaki |
2011-04-29 | * thread_win32.c, include/ruby/win32.h: add prototypes. | nobu |
2011-04-29 | * thread_win32.c (native_cond_timedwait): New. r31373 caused | kosaki |
2010-12-20 | * thread.c (thread_cleanup_func): Moved interrupted_lock | kosaki |
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/destruct | ko1 |
2010-10-27 | * thread_win32.c (w32_error): should get error no only once, because | usa |
2010-10-26 | * Makefile.in (ASFLAGS): needs INCFLAGS. | nobu |
2010-10-13 | * thread_win32.c (w32_error): get English message first, instead | usa |
2010-10-12 | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu |
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 interrupt | wanabe |
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 of | usa |
2009-12-30 | * thread_win32.c (w32_error): should report the function. | usa |
2009-11-18 | * thread.c (rb_thread_atfork_internal): reinitialize global lock | nobu |
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 from | nobu |
2009-11-02 | * thread_{pthread,win32}.c (native_stop_timer_thread): join the thread | usa |
2009-04-19 | * eval.c (ruby_cleanup): the order of local variables on stack is | nobu |
2008-12-22 | * thread_win32.c (Init_native_thread): need to call | usa |
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 thread | nobu |
2008-08-28 | * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file | usa |