index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
2012-12-02
* thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
tarui
2012-12-02
revert r38141 for stack problem
tarui
2012-12-02
* thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
tarui
2012-11-30
* thread.c (Thread.async_interrupt_timing): fix RDoc.
ko1
2012-11-30
* thread.c (rb_threadptr_interrupt_mask, async_interrupt_timing_func):
kosaki
2012-11-30
* thread.c (rb_threadptr_interrupt_mask): add argument check.
kosaki
2012-11-30
* vm_core.h (rb_vm_struct): add thread_destruct_lock field.
kosaki
2012-11-30
revert r35486 (add rb_thread_t#yeiling field). because it doesn't help
kosaki
2012-11-30
* thread.c: TracePoint#self returns invoking/exitting thread object
ko1
2012-11-30
* thread.c: rename Thread.control_interrupt
ko1
2012-11-29
* thread.c (rb_thread_interrupted): avoid warning of
ko1
2012-11-29
[EXPERIMENTAL: NEED DISCUSS]
ko1
2012-11-29
Revert r37956: thread.c (thread_start_func_2): small cleanups.
kosaki
2012-11-29
* thread.c (thread_start_func_2): remove unused code. When
kosaki
2012-11-29
Revert r37953: thread.c (thread_start_func_2): remove unused code. security
naruse
2012-11-29
* thread.c (do_select): suppress warning (uninitialized value warning)
naruse
2012-11-28
* thread.c (thread_start_func_2): small cleanups.
kosaki
2012-11-28
* thread.c (thread_start_func_2): remove unused code.
kosaki
2012-11-28
* thread.c (thread_start_func_2): remove unused code.
kosaki
2012-11-28
* thread.c (thread_start_func_2): remove unused code. security
kosaki
2012-11-28
* thread.c (rb_mutex_sleep): fix to allow spurious wakeup.
ko1
2012-11-28
* include/ruby/thread.h (rb_thread_call_without_gvl2): change
ko1
2012-11-28
* thread.c (thread_join_sleep): check spurious wakeup by itself for
tarui
2012-11-28
* vm_core.h (enum rb_thread_status): remove THREAD_TO_KILL
kosaki
2012-11-28
* thread.c (struct rb_mutex_struct): add allow_trap field.
kosaki
2012-11-28
* thread.c (rb_mutex_lock): moved trap context check from
kosaki
2012-11-28
* thread.c (thread_s_new): uses main_thread->status instead of
kosaki
2012-11-28
* thread.c (thread_join): A trap handler check was moved from
kosaki
2012-11-27
* thread.c (rb_thread_terminate_all): retry broadcast only when
ko1
2012-11-27
* thread.c (rb_thread_terminate_all): broadcast terminate event
ko1
2012-11-27
* thread.c (rb_thread_terminate_all): suppress a warning.
kosaki
2012-11-27
* thread.c (thread_join): raises ThreadError if target therad
kosaki
2012-11-27
* thread.c (thread_join): raises ThreadError if target thread
kosaki
2012-11-26
* thread.c (rb_thread_terminate_all): broadcast eTerminateSignal
kosaki
2012-11-26
* thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().
kosaki
2012-11-26
* thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):
kosaki
2012-11-26
* thread.c (rb_thread_terminate_all): use native_sleep() instead
kosaki
2012-11-26
* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)
kosaki
2012-11-26
* thread.c (thread_join_m): use th->interrupt_mask instead of
kosaki
2012-11-26
* ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.
kosaki
2012-11-26
split trap interrupt and async interrupt
kosaki
2012-11-26
* vm_core.h (rb_thread_struct): added 'in_trap' member for marking
kosaki
2012-11-24
* thread.c (thread_create_core): don't use th->thread_id before
kosaki
2012-11-20
* vm_trace.c: add two methods:
ko1
2012-11-20
revert r37730
kosaki
2012-11-19
* thread.c (rb_thread_s_check_interrupt): removed redundant
kosaki
2012-11-19
* thread.c (rb_threadptr_async_errinfo_active_p): added a small
kosaki
2012-11-19
* thread.c, vm_core.h: big rename th to cur_th when works only
kosaki
2012-11-19
* thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()
kosaki
2012-11-19
* thread.c (rb_threadptr_execute_interrupts) removed.
kosaki
[next]