summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2008-10-26* thread.c (blocking_region_{begin,end}): declared as inline.nobu
2008-10-08* thread.c (rb_thread_wait_fd_rw): should not block by select ifmatz
2008-09-26* thread.c (thlist_signal): clears the woken thread if nothing woke.nobu
2008-09-26* include/rubysig.h: old macros for backward compatibility.nobu
2008-09-23* thread.c (rb_thread_blocking_region): fix typo in a document.ko1
2008-09-23* thread.c (rb_thread_blocking_region): write a documentko1
2008-09-23* thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko1
2008-09-23* common.mk: clean upko1
2008-09-04* iseq.c (iseq_data_to_ary): make it static.ko1
2008-09-04* thread.c (rb_thread_critical): removed.ko1
2008-09-04* thread.c (rb_thread_check_trap_pending): added for compatibility.ko1
2008-09-04* vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu
2008-08-31fix a typo.akr
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-14* thread.c (rb_thread_priority_set): get rid of C99 feature.nobu
2008-08-13* thread.c (rb_thread_execute_interrupts): switch eventko1
2008-08-13* thread.c (rb_thread_check_ints): added. please note thatko1
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-08-05* thread.c (thread_start_func_2): propagates fatal error and systemnobu