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
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-11-19
* prelude.rb: Moved Mutex#synchronize to
kosaki
2012-11-19
* thread.c: add `Thread#backtrace_locations' method.
ko1
2012-11-16
* thread.c (rb_thread_call_without_gvl2): change the parameter of
ko1
2012-11-01
suppress warning: 'val' may be used uninitialized in this function
naruse
2012-10-31
* thread.c (rb_thread_call_without_gvl2): Note that ubf() may or may
drbrain
2012-10-31
* thread.c (rb_thread_call_without_gvl2): Update documentation to
drbrain
2012-10-29
* thread.c: added Thread#thread_variable_(get|set),
tenderlove
2012-10-23
* thread.c (thread_raise_m): check interrupts after Thread#raise
ko1
2012-10-23
Revert the last commit because some tests (in btest) fail
ko1
2012-10-23
* thread.c (rb_threadptr_raise): check interrupts after
ko1
2012-10-16
* thread.c (rb_threadptr_interrupt_mask): fix to check interrupt
ko1
2012-10-06
* thread.c (rb_thread_aref):
zzak
2012-09-10
thread.c: static
nobu
2012-09-09
* thread.c (rb_mutex_lock): stop multiple threads use
kosaki
2012-08-20
vm_insnhelper.c: iclass as klass in cfp
nobu
2012-08-16
* vm_trace.c, vm_core.h: simplify tracing mechanism.
ko1
2012-08-15
* vm_trace.c: separate trace_func related functions from
ko1
2012-07-29
* thread.c (thread_create_core): hide th->async_errinfo_mask_stack from
nagachika
2012-07-29
* thread.c (Init_Thread): does not need to set klass
ktsj
2012-07-25
* thread.c (thread_create_core, Init_Thread): hide
nagachika
2012-07-22
* thread.c (rb_threadptr_execute_interrupts_common): increase
naruse
2012-07-19
* thread.c (rb_thread_s_control_interrupt,
ko1
2012-07-19
thread.c: remove deprecated
nobu
2012-07-18
* thread.c (rb_thread_call_without_gvl2): added.
ko1
2012-07-18
* thread.c: fix last commit miss.
ko1
2012-07-18
* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.
ko1
2012-07-10
rb_thread_call_without_gvl
nobu
2012-07-06
thread.c: unsigned
nobu
2012-07-06
ThreadShield: check waiting count
nobu
2012-07-05
* thread.c: fix typo.
nobu
2012-07-05
ThreadShield
nobu
2012-07-04
thread.c: fix rdoc
nobu
2012-07-02
* thread.c (rb_thread_aref): add explanation for why Thread#[] and
akr
2012-06-27
adjust style.
nobu
2012-06-11
* vm_core.h: remove lfp (local frame pointer) and rename
ko1
2012-06-03
* thread.c (vm_living_thread_num): suppress a warning.
naruse
2012-05-23
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-17
* thread.c, thread_pthread.c: Moved pthread-specific preprocessor
yugui
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-05-11
Revert r35622.
naruse
2012-05-11
* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is
naruse
2012-04-28
* vm_core.h (rb_thread_t#yielding): add a field.
ko1
2012-04-26
* thread.c (rb_threadptr_execute_interrupts_common):
naruse
2012-04-23
* thread.c (rb_check_deadlock): refine an error message of deadlock
mame
2012-03-29
* thread.c (rb_threadptr_execute_interrupts_common): use defined
usa
2012-01-13
* thread.c (rb_mutex_unlock_th): simplified.
nobu
2012-01-13
* thread.c (rb_barrier_waiting): fix potential overflows.
nobu
2012-01-03
* thread.c: changed documentation for "thread-local" variables.
ayumin
2011-12-30
* thread.c (rb_barrier_waiting): save the number of waiting threads
naruse
2011-12-14
* load.c (load_unlock): release loading barrier and then remove it
nobu
[prev]
[next]