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-05-01
use list_head_init instead of open-coding it
normal
2018-05-01
LIST_HEAD as a local variable is a C99ism.
shyouhei
2018-04-30
thread.c (vm_living_thread_num): constify vm arg
normal
2018-04-21
io.c: do not use rb_notify_fd_close close on recycled FD
normal
2018-04-20
thread_sync: redo r62934 to use fork_gen
normal
2018-04-20
simplify altstack and enable reuse with thread cache
normal
2018-04-20
variable.c: fix thread + fork errors in autoload
normal
2018-04-04
refactoring r63073.
ko1
2018-04-03
Fix Fiber with Thread issue on Windows [Bug #14642]
ko1
2018-03-27
thread_sync.c: avoid reaching across stacks of dead threads
normal
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
[next]