summaryrefslogtreecommitdiff
path: root/thread_win32.c
AgeCommit message (Expand)Author
2017-11-16thread_win32.c: stop returning unused valuek0kubun
2017-11-07* eval_intern.h: rename macros rb_thread_raised_* toko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-09-10move th->machine to ec->machine.ko1
2017-08-26thread_win32.c: set thread namenobu
2017-06-12unused functionsnobu
2017-05-13thread_win32.c: disable currently unused functionsnobu
2017-04-17thread_win32.c: fix indexnobu
2017-04-16thread_win32.c: no GVL for interrupt_eventnobu
2016-09-13Use PRIuSIZE format specifier for size_t valuesrhe
2016-05-09thread.c: clear atfork functionsnobu
2015-11-30* thread_pthread.c (register_ubf_list): renamed fromkosaki
2015-08-14improve handling of timer thread shutdownnormal
2015-07-16* process.c (redirect_dup2): when the new FD of dup2() coflictsngoto
2014-09-21* thread_pthread.c (native_set_thread_name): New function toakr
2014-06-11thread_pthread.c: timer thread flagnobu
2014-05-15Handle machine stack overflow on mingwnobu
2014-05-09thread_*.c: constifynobu
2014-01-28vm_core.h: rb_thread_struct::machinenobu
2013-11-21* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure ofusa
2013-07-23* thread_(pthread|win32).h: rename rb_thread_cond_t toko1
2013-07-23* thread_native.h: add rb_nativethread_self() which returnsko1
2013-07-23* thread_native.h: added.ko1
2013-07-08win32: for strict ANSInobu
2013-03-30timev.h: move time_t stuffsnobu
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-21* thread_win32.c (native_sleep): suppress warning.nobu
2013-02-27thread_win32.c: suppress warningnobu
2012-11-28* thread_win32.c: catch up latest change of BLOCKING_REGION.ko1
2012-06-17thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEXnobu
2012-06-17thread_win32.c: USE_WIN32_MUTEXnobu
2012-06-17thread_win32.c: reserved pattern namenobu
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): useshirosaki
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 ofusa
2011-06-27* thread_pthread.c: Stop polling in the timer thread when there areko1
2011-06-15* thread.c (do_select): Windows: no need to poll if select(2) isusa
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-07remove debugging codekosaki
2011-05-07fix win32 native_cond_timedwait() makes SIGSEGV.kosaki
2011-05-07fix mutex deadlock test hang-up.kosaki
2011-05-06sleep_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