aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+1
* * thread.c: try to remove false positive of deadlock detection (secondmame2008-06-191-2/+4
* * thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame2008-06-191-23/+76
* * thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu2008-06-161-2/+2
* * vm_core.h, thread.c: rename global_interpreter_lock toko12008-06-151-7/+7
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-141-0/+6
* * thread.c (mutex_unlock): fix cond_notified consistency.mame2008-06-121-0/+1
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-34/+199
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-5/+10
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-4/+3
* * eval.c (ruby_finalize_0): clear trace_func after executing ENDmame2008-06-051-3/+3
* * thread.c (thread_set_trace_func_m): fix check for proc argument.mame2008-06-051-1/+1
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-0/+3
* * suppress warnings with -Wwrite-string.nobu2008-05-311-3/+3
* * vm_core.h (struct rb_unblock_callback), thread.cnobu2008-05-301-13/+20
* * thread.c (rb_thread_execute_interrupts): delay interrupts duringnobu2008-05-271-0/+1
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-1/+34
* * thread.c (timeofday): use monotonic clock. based on a patchmatz2008-05-091-3/+12
* * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr2008-05-081-0/+1
* * thread.c (rb_thread_key_p): thread local storage stores ID.nobu2008-05-071-4/+4
* * thread.c (rb_thread_key_p): should always convert symbol to ID.matz2008-05-071-2/+4
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-261-6/+8
* * thread.c (rb_thread_stop_timer_thread): should clearmatz2008-04-221-0/+1
* * thread.c (thread_join): remove the current thread from the join listnobu2008-04-221-9/+55
* * thread_pthread.c (lock_func): should not check interrupts innobu2008-04-131-9/+13
* * thread.c (lock_func): optimized and checks for interrupt_flag.nobu2008-04-091-21/+10
* * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.nobu2008-04-081-4/+18
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+19
* * eval_method.c (rb_get_method_body): ent->method may be freed bymatz2008-03-011-3/+6
* * eval.c (stack_check): made flag per threads.nobu2008-02-281-8/+8
* * thread.c (thread_create_core): prohibit thread creation in thematz2008-01-181-1/+5
* * thread.c (thread_create_core): set thread group before creatingnobu2008-01-181-1/+1
* * thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu2008-01-181-1/+0
* * thread.c: clear thread structure.ko12008-01-141-1/+13
* * thread.c (rb_mutex_unlock): proper error message for unlockingmatz2008-01-101-10/+18
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * thread.c: remove Thread.critical(=).ko12007-12-251-15/+2
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-1/+1
* * thread.c (rb_thread_wait_fd_rw): should check EBADF on select().ko12007-12-251-1/+1
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-1/+1
* * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko12007-12-251-3/+3
* * load.c (load_lock): reverted.nobu2007-12-241-0/+3
* enable several rdoc.akr2007-12-241-12/+12
* * thread.c (rb_thread_atfork): should not leave living_threadsnobu2007-12-241-3/+2
* * thread.c (rb_thread_atfork): fix to mark thread object.ko12007-12-211-1/+2
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-2/+2
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-201-1/+1
* * thread.c (recursive_pop): use object ID.nobu2007-12-071-5/+6