summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2018-09-14PRI_64_PREFIX "u" is called PRIu64shyouhei
2018-09-13thread.c: fix -Wformat warning where uint64_t is not unsigned longnobu
2018-09-13thread.c: fix -Wformat warningk0kubun
2018-09-13thread.c (rb_thread_atfork): reinitialize current th->interrupt_locknormal
2018-09-09thread.c: get rid of false warnings by gcc-8nobu
2018-08-29cont.c: set th->root_fiber to current fiber at forknormal
2018-08-27process.c: simplify SIGCHLD-based waitpidnormal
2018-08-27thread.c: check interrupts explicitly in select/ppoll blocking regionsnormal
2018-08-25thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]normal
2018-08-25hrtime.h: add documentationnormal
2018-08-25thread.c: use rb_hrtime_t scalar for high-resolution time operationsnormal
2018-08-24thread_pthread.c: use eventfd instead of pipe on Linuxnormal
2018-08-22compile.c: remove tracecoverage instruction for line coveragemame
2018-08-22thread.c (rb_reset_coverages): remove coverage counters from all ISeqsmame
2018-08-21thread*.c: replace GetMutexPtr with mutex_ptrnormal
2018-08-20thread*.c: avoid unnecessary initialization for list_for_each_safenormal
2018-08-20thread_pthread.c: reinitialize ubf_list at forknormal
2018-08-19thread.c (rb_thread_fd_select): fix off-by-one with sigwait_fdnormal
2018-08-19Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"normal
2018-08-18thread_sync.c (rb_mutex_sleep): skip interrupt check before sleepnormal
2018-08-18Revert "thread.c (sleep_*): check interrupt before changing th->status"normal
2018-08-18thread.c (sleep_*): check interrupt before changing th->statusnormal
2018-08-18thread.c (sleep_*): reduce the effect of spurious interruptsnormal
2018-08-16thread.c (consume_communication_pipe): disarm UBF_TIMER before consumenormal
2018-08-15vm_core.h (rb_thread_t): pack small fields togethernormal
2018-08-13thread_pthread.c: eliminate timer thread by restructuring GVLnormal
2018-08-06thread_pthread.c: restore timer-thread for now :<normal
2018-08-04thread.c (consume_communication_pipe): do not retry after short readnormal
2018-07-30thread*.c: waiting on sigwait_fd performs periodic ubf wakeupsnormal
2018-07-30thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] hardernormal
2018-07-30thread.c: move ppoll wrapper into thread_pthread.cnormal
2018-07-29thread.c: move ppoll wrapper before thread_pthread.cnormal
2018-07-29thread_pthread: remove timer-thread by restructuring GVLnormal
2018-07-28thread.c (blocking_region_end): clear ubf before unregister_ubf_listnormal
2018-07-23Revert "thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls"normal
2018-07-23thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize callsnormal
2018-07-21thread.c (do_select): fix leak on exceptionnormal
2018-07-08mjit: get rid of memory leak in pause+resume loopnormal
2018-07-06thread.c (ruby_ppoll): improve timespec to msec conversionnormal
2018-07-06thread.c: our fake ppoll implementation is staticnormal
2018-07-05unrevert r63852 but keep SIGCHLD path disabled for win32normal
2018-07-04Revert r63758 and related commitsnaruse
2018-06-27hijack SIGCHLD handler for internal usenormal
2018-06-22thread.c (sleep_timespec): avoid needless update w/o spuriuos checknormal
2018-06-16thread.c (timeout_prepare): common functionnormal
2018-06-13thread.c: use flags for sleep_* functionsnormal
2018-05-18thread.c (rb_wait_for_single_fd): do not leak EINTR on timeoutnormal
2018-05-16thread: reduce GET_THREAD callsnormal
2018-05-15thread.c: enable ppoll for FreeBSD 11.0 and laternormal
2018-05-01use list_head_init instead of open-coding itnormal