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
2018-09-14
PRI_64_PREFIX "u" is called PRIu64
shyouhei
2018-09-13
thread.c: fix -Wformat warning where uint64_t is not unsigned long
nobu
2018-09-13
thread.c: fix -Wformat warning
k0kubun
2018-09-13
thread.c (rb_thread_atfork): reinitialize current th->interrupt_lock
normal
2018-09-09
thread.c: get rid of false warnings by gcc-8
nobu
2018-08-29
cont.c: set th->root_fiber to current fiber at fork
normal
2018-08-27
process.c: simplify SIGCHLD-based waitpid
normal
2018-08-27
thread.c: check interrupts explicitly in select/ppoll blocking regions
normal
2018-08-25
thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]
normal
2018-08-25
hrtime.h: add documentation
normal
2018-08-25
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-24
thread_pthread.c: use eventfd instead of pipe on Linux
normal
2018-08-22
compile.c: remove tracecoverage instruction for line coverage
mame
2018-08-22
thread.c (rb_reset_coverages): remove coverage counters from all ISeqs
mame
2018-08-21
thread*.c: replace GetMutexPtr with mutex_ptr
normal
2018-08-20
thread*.c: avoid unnecessary initialization for list_for_each_safe
normal
2018-08-20
thread_pthread.c: reinitialize ubf_list at fork
normal
2018-08-19
thread.c (rb_thread_fd_select): fix off-by-one with sigwait_fd
normal
2018-08-19
Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"
normal
2018-08-18
thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep
normal
2018-08-18
Revert "thread.c (sleep_*): check interrupt before changing th->status"
normal
2018-08-18
thread.c (sleep_*): check interrupt before changing th->status
normal
2018-08-18
thread.c (sleep_*): reduce the effect of spurious interrupts
normal
2018-08-16
thread.c (consume_communication_pipe): disarm UBF_TIMER before consume
normal
2018-08-15
vm_core.h (rb_thread_t): pack small fields together
normal
2018-08-13
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-06
thread_pthread.c: restore timer-thread for now :<
normal
2018-08-04
thread.c (consume_communication_pipe): do not retry after short read
normal
2018-07-30
thread*.c: waiting on sigwait_fd performs periodic ubf wakeups
normal
2018-07-30
thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] harder
normal
2018-07-30
thread.c: move ppoll wrapper into thread_pthread.c
normal
2018-07-29
thread.c: move ppoll wrapper before thread_pthread.c
normal
2018-07-29
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-28
thread.c (blocking_region_end): clear ubf before unregister_ubf_list
normal
2018-07-23
Revert "thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls"
normal
2018-07-23
thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls
normal
2018-07-21
thread.c (do_select): fix leak on exception
normal
2018-07-08
mjit: get rid of memory leak in pause+resume loop
normal
2018-07-06
thread.c (ruby_ppoll): improve timespec to msec conversion
normal
2018-07-06
thread.c: our fake ppoll implementation is static
normal
2018-07-05
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-04
Revert r63758 and related commits
naruse
2018-06-27
hijack SIGCHLD handler for internal use
normal
2018-06-22
thread.c (sleep_timespec): avoid needless update w/o spuriuos check
normal
2018-06-16
thread.c (timeout_prepare): common function
normal
2018-06-13
thread.c: use flags for sleep_* functions
normal
2018-05-18
thread.c (rb_wait_for_single_fd): do not leak EINTR on timeout
normal
2018-05-16
thread: reduce GET_THREAD calls
normal
2018-05-15
thread.c: enable ppoll for FreeBSD 11.0 and later
normal
2018-05-01
use list_head_init instead of open-coding it
normal
[next]