aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.h
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-141-9/+0
* * thread_(pthread|win32).h: rename rb_thread_cond_t toko12013-07-231-1/+1
* * thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko12013-07-231-1/+1
* * thread_native.h: added.ko12013-07-231-1/+1
* thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEXnobu2012-06-171-1/+6
* fix win32 native_cond_timedwait() makes SIGSEGV.kosaki2011-05-071-1/+1
* * thread.c, vm_core.h: make gvl_acquire/release/init/destructko12010-11-271-1/+8
* * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa2008-07-281-10/+0
* * thread_win32.[ch]: moved definitions of cond_every_entry andusa2008-07-281-0/+10
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * thread_pthread.c, thread_pthread.h, thread_win32.c,ko12007-12-251-11/+0
* * blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko12007-11-131-1/+1
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+7
* * thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303]nobu2007-02-071-3/+7
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-6/+6
* * Merge YARVko12006-12-311-0/+34