| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread_pthread.h: no Structured Exception Handling like macros. | nobu | 2011-10-29 | 1 | -0/+5 |
* | * thread_pthread.h (rb_global_vm_lock_struct): add volatile to | kosaki | 2011-06-27 | 1 | -1/+1 |
* | * thread_pthread.c, thread_pthread.h: remove unused variables. | ko1 | 2011-06-16 | 1 | -2/+0 |
* | * thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpus | kosaki | 2011-06-14 | 1 | -1/+3 |
* | * thread_pthread.c: rewrite GVL completely. | kosaki | 2011-06-13 | 1 | -4/+10 |
* | * thread_pthread.c (USE_MONOTONIC_COND): check the availability | nobu | 2011-05-07 | 1 | -0/+2 |
* | * thread_pthread.h (rb_thread_cond_t): add clockid field. it's | kosaki | 2011-05-06 | 1 | -3/+7 |
* | * thread.c, vm_core.h: make gvl_acquire/release/init/destruct | ko1 | 2010-11-27 | 1 | -0/+12 |
* | * thread_pthread.c (native_thread_init_stack): use get_stack. | naruse | 2010-02-04 | 1 | -0/+3 |
* | * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: | nobu | 2008-01-18 | 1 | -3/+3 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * thread_pthread.c, thread_pthread.h, thread_win32.c, | ko1 | 2007-12-25 | 1 | -13/+0 |
* | * blockinlining.c, compile.c, compile.h, debug.c, debug.h, | ko1 | 2007-11-13 | 1 | -1/+1 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -0/+7 |
* | * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1): | ko1 | 2007-02-08 | 1 | -3/+6 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -2/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+28 |