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
2018-03-06
thread.c: deadlock in backtrace
nobu
2018-03-05
thread.c: reset waitq of keeping mutexes in child
normal
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-18
thread.c: remove redundant USE_SIGALTSTACK #define
normal
2018-02-18
thread.c (thread_join_m): handle negative timeouts correctly
normal
2018-02-18
thread.c (double2timespec): adjust to use NULL for infinity
normal
2018-02-18
thread.c: stop updating timespec when timeout is unspecified
normal
2018-02-18
thread.c (update_timespec): use timespec_update_expire
normal
2018-02-18
thread.c: introduce timespec_cmp for timespec comparisons
normal
2018-02-18
thread.c (timespec_update_expire): improve naming
normal
2018-02-08
thread.c: suppress a warning
nobu
2018-02-07
thread.c: int32_t instead of suseconds_t
nobu
2018-02-07
fix up r62272
nobu
2018-02-07
thread.c: favor timespec internally
normal
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
thread.c: timespec_for is used only if poll() is used
nobu
2018-02-03
thread.c (thread_join_m): avoid NUM2TIMET for Bignum
normal
2018-02-03
thread.c: avoid FP in C-API time calculations
normal
2018-02-03
thread.c: avoid FP for Thread#join
normal
2018-02-03
thread.c: extract timeval_sub from timeval_update_expire
normal
2018-02-03
thread.c (rb_thread_terminate_all): eliminate double2timeval call
normal
2018-01-30
ia64: update ia64-specific code to use execution context
hsbt
2018-01-27
vm_core: use "int" for living_thread_num
normal
2018-01-18
rb_threadptr_to_kill marked as NORETURN
shyouhei
2018-01-17
Fix typos.
hsbt
2018-01-12
thread.c (thread_cleanup_func): document small leak
normal
2018-01-09
thread.c: threadptr_pending_interrupt_active_p is static
normal
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-09
Rename code_range to code_location
mame
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
Fix KeyError#{key,receiver} of Thread#fetch
kazu
2017-12-20
compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coverage
mame
2017-12-17
thread.c: adjusted [ci skip]
nobu
2017-12-17
thread.c: fix overly long Thread#join w/ timeout
normal
2017-12-17
thread.c: hoist out timeval arithmetic functions
normal
2017-12-15
thread.c: fix deadlock
nobu
2017-12-15
thread.c: debug messages
nobu
2017-12-14
The main Thread should have report_on_exception=true for consistency
eregon
2017-12-13
Document how to deal with output created by Thread.report_on_exception.
eregon
2017-12-12
Set Thread.report_on_exception=true by default to report exceptions in Threads
eregon
2017-12-06
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
thread.c (update_branch_coverage): renamed from `update_coverage`
mame
2017-12-06
thread.c (update_line_coverage): Use RUBY_EVENT_LINE
mame
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-05
vm_core.h (rb_iseq_locatoin_t): add a field `code_range`
mame
2017-12-05
Revamp method coverage to support define_method
mame
2017-11-23
thread.c: Update documents
yui-knk
2017-11-16
make funcs static.
ko1
[next]