summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2018-05-01LIST_HEAD as a local variable is a C99ism.shyouhei
2018-04-30thread.c (vm_living_thread_num): constify vm argnormal
2018-04-21io.c: do not use rb_notify_fd_close close on recycled FDnormal
2018-04-20thread_sync: redo r62934 to use fork_gennormal
2018-04-20simplify altstack and enable reuse with thread cachenormal
2018-04-20variable.c: fix thread + fork errors in autoloadnormal
2018-04-04refactoring r63073.ko1
2018-04-03Fix Fiber with Thread issue on Windows [Bug #14642]ko1
2018-03-27thread_sync.c: avoid reaching across stacks of dead threadsnormal
2018-03-06thread.c: deadlock in backtracenobu
2018-03-05thread.c: reset waitq of keeping mutexes in childnormal
2018-02-23[DOC] missing docs at toplevelnobu
2018-02-18thread.c: remove redundant USE_SIGALTSTACK #definenormal
2018-02-18thread.c (thread_join_m): handle negative timeouts correctlynormal