summaryrefslogtreecommitdiff
path: root/thread_win32.h
AgeCommit message (Expand)Author
2020-11-18fix public interfaceKoichi Sasada
2020-11-11introduce USE_VM_CLOCK for windows.Koichi Sasada
2020-10-20Use language TLS specifier if it is possible.Koichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-04-13add #include guard hack卜部昌平
2014-05-14* ext/openssl/depend: remove dependency from internal headers.ko1
2013-07-23* thread_(pthread|win32).h: rename rb_thread_cond_t toko1
2013-07-23* thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko1
2013-07-23* thread_native.h: added.ko1
2012-06-17thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEXnobu
2011-05-07fix win32 native_cond_timedwait() makes SIGSEGV.kosaki
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
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-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-11-13* blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko1
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-02-07* thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303]nobu
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2006-12-31 * Merge YARVko1