summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2009-08-30* thread.c (do_select): suppress warnings.naruse
2009-08-28 * thread.c (do_select): rollback r24680. void struct initializer isusa
2009-08-26* thread.c (do_select): suppress warnings.nobu
2009-08-22* thread.c (rb_thread_schedule): don't recur infinitely.akr
2009-08-21* thread.c (rb_check_deadlock): decrease number of sleepers beforemame
2009-08-20* thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz
2009-08-03* thread.c (recursive_push): need to set UNTRUST. [ruby-dev:38997]matz
2009-08-03* thread.c (recursive_push): untrust internal hash to preventmatz
2009-07-05* thread.c (rb_threadptr_exec_event_hooks): new function tonobu
2009-06-17* thread.c (ruby_thread_stack_overflow): call rb_exc_raise() onmatz
2009-06-14* thread.c, vm_eval.c: add Thread.backtrace.ko1
2009-06-08* thread.c: rename functions which require a parameterko1
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-09* thread.c: fixed types.nobu
2009-04-01* thread.c (rb_thread_fd_select): new function to call selectmatz
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-02-28* eval_error.c (error_print): use volatile to suppress warnings.akr
2009-02-23* thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame
2009-02-18* thread.c (thread_start_func_2): do not delete main thread fromnobu
2009-02-12* thread.c: inline should be at beginning of declaration.nobu
2009-02-01* cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu
2009-01-22* thread.c (rb_time_timeval): made a real prototype. a patch fromnobu
2009-01-19* thread.c (rb_thread_execute_interrupts): needsnobu
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2009-01-16* thread.c (thread_start_func_2): call ruby_cleanup() if thread isko1
2009-01-15* thread.c (rb_thread_execute_interrupts): if signal is alreadymame
2009-01-15* thread.c (call_trace_proc): as Matz said ([ruby-core:21183]),ko1
2009-01-13 * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa
2009-01-12* thread.c: fix comment (terminology: Global VM Lock).ko1
2009-01-05rdoc update.kazu
2008-12-30* thread.c (rb_thread_blocking_region): add a comment.ko1
2008-12-29* thread.c (rb_mutex_trylock): return false if Mutex ownedko1
2008-12-28* thread.c (mutex_free, mutex_unlock): add qualifiers.mame
2008-12-28* thread.c (mutex_free): GC thread (main thread) has failed to unlockmame
2008-12-27* process.c (after_exec): needs to reset before restart timernobu
2008-12-27* thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu
2008-12-24* thread.c (thread_start_func_2): sets native thread key.nobu
2008-12-22rdoc update.akr
2008-12-15* thread.c (sleep_timeval): cast tv_usec to long to shut upmatz
2008-12-10* thread.c (rb_mutex_unlock): shut up warning. a patch frommatz
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu
2008-12-02move the previous comment.akr
2008-11-27* gc.c (ruby_stack_check): no check if using sigaltstack.nobu
2008-11-24* process.c (rb_fork): stops the timer thread during fork.nobu
2008-11-13* thread.c (rb_barrier_wait): gets rid of recursive deadlock.nobu
2008-11-12* thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so thatnobu
2008-11-11* load.c (rb_require_safe): destroys barrier after successfullynobu
2008-11-08* thread_pthread.c (thread_timer): checks working flags again.nobu
2008-11-06* thread.c (rb_thread_stop_timer_thread): terminates timer threadnobu
2008-11-03* include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu