summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2018-02-18thread.c (double2timespec): adjust to use NULL for infinitynormal
2018-02-18thread.c: stop updating timespec when timeout is unspecifiednormal
2018-02-18thread.c (update_timespec): use timespec_update_expirenormal
2018-02-18thread.c: introduce timespec_cmp for timespec comparisonsnormal
2018-02-18thread.c (timespec_update_expire): improve namingnormal
2018-02-08thread.c: suppress a warningnobu
2018-02-07thread.c: int32_t instead of suseconds_tnobu
2018-02-07fix up r62272nobu
2018-02-07thread.c: favor timespec internallynormal
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2018-02-04thread.c: timespec_for is used only if poll() is usednobu
2018-02-03thread.c (thread_join_m): avoid NUM2TIMET for Bignumnormal
2018-02-03thread.c: avoid FP in C-API time calculationsnormal
2018-02-03thread.c: avoid FP for Thread#joinnormal
2018-02-03thread.c: extract timeval_sub from timeval_update_expirenormal
2018-02-03thread.c (rb_thread_terminate_all): eliminate double2timeval callnormal
2018-01-30ia64: update ia64-specific code to use execution contexthsbt
2018-01-27vm_core: use "int" for living_thread_numnormal
2018-01-18rb_threadptr_to_kill marked as NORETURNshyouhei
2018-01-17Fix typos.hsbt
2018-01-12thread.c (thread_cleanup_func): document small leaknormal
2018-01-09thread.c: threadptr_pending_interrupt_active_p is staticnormal