summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2010-12-25 * thread.c (rb_thread_atfork): Add small comment why we needkosaki
2010-12-20 * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki
2010-12-20 * thread.c (thread_cleanup_func): Don't touch native threadingkosaki
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2010-10-12* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-09* vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu
2010-10-09* thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu
2010-10-09* thread.c (rb_threadptr_exec_event_hooks): suppress each eventnobu
2010-10-08* thread.c (rb_threadptr_remove_event_hook): fix typo.nobu
2010-10-03* enc/unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2010-09-01* thread.c (ruby_suppress_tracing): restore the state and invokenobu
2010-08-14* thread.c (rb_gc_mark_threads): deprecated.nobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-17* thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu
2010-06-28* thread.c (rb_fd_resize, rb_fd_copy): avoid NULL dereference uponmame
2010-06-07* thread.c (Init_Thread): no need to suppress warning fornobu
2010-06-05* vm.c (Init_BareVM): call Init_native_thread here.akr
2010-05-29* removed trailing spaces.nobu
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC tarui
2010-05-28 * thread.c (blocking_region_begin): avoid RUBY_VM_CHECK_INTS()kosaki
2010-05-20* thread.c (subtract_tv): if the rest is zero, should finish waitingusa
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-13* vm_core.c (rb_thread_struct): add a field for sigaltstack.mame
2010-05-08* thread.c (rb_thread_aset): fixed argument type.nobu
2010-05-08* error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre
2010-04-28* thread. (rb_thread_terminate_all): revert r24591 which caused SEGVmame
2010-04-28* thread.c (timer_thread_function): unused variable.nobu
2010-04-27* eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame
2010-04-19* thread.c (rb_thread_blocking_region, rb_thread_blocking_region_end):mame
2010-04-15* thread.c (rb_thread_priority, rb_thread_priority_set): fix rdoc.mame
2010-04-06 * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki
2010-03-25* thread.c (thread_reset_event_flags): set flags to thread.wanabe
2010-03-24* thread.c (thread_create_core): let new thread inherit RUBY_EVENT_VMmame
2010-01-25* thread.c (do_select): wrong conditions. [ruby-core:27753]usa
2010-01-23* thread.c (thread_start_func_2): unlock all locking mutexesnobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-04* gc.c: added UNLIKELY to probes for optimization.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-13doc fix: mutex.lock => self [ruby-core:27115]naruse
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (terminate_atfork_i): all mutex locks by other threadsnobu
2009-11-15* thread.c (thread_cleanup_func): delete locking_mutex when threadmame
2009-11-13* thread.c (thread_start_func_2): see first_func, not first_proc,nobu
2009-11-12* thread.c (thread_create_core): moved failure handling fromnobu
2009-11-10* thread.c (blocking_region_begin): define before BLOCKING_REGION.akr
2009-11-09* thread.c (rb_gc_save_machine_context): don't save the stack pointerakr
2009-11-03fix typos.akr
2009-11-02* thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa