aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* hijack SIGCHLD handler for internal usenormal2018-06-271-0/+34
* thread.c (sleep_timespec): avoid needless update w/o spuriuos checknormal2018-06-221-2/+2
* thread.c (timeout_prepare): common functionnormal2018-06-161-22/+19
* thread.c: use flags for sleep_* functionsnormal2018-06-131-13/+19
* thread.c (rb_wait_for_single_fd): do not leak EINTR on timeoutnormal2018-05-181-18/+33
* thread: reduce GET_THREAD callsnormal2018-05-161-17/+15
* thread.c: enable ppoll for FreeBSD 11.0 and laternormal2018-05-151-2/+17
* use list_head_init instead of open-coding itnormal2018-05-011-1/+1
* LIST_HEAD as a local variable is a C99ism.shyouhei2018-05-011-1/+2
* thread.c (vm_living_thread_num): constify vm argnormal2018-04-301-1/+1
* io.c: do not use rb_notify_fd_close close on recycled FDnormal2018-04-211-12/+16
* thread_sync: redo r62934 to use fork_gennormal2018-04-201-1/+0
* simplify altstack and enable reuse with thread cachenormal2018-04-201-5/+0
* variable.c: fix thread + fork errors in autoloadnormal2018-04-201-0/+1
* refactoring r63073.ko12018-04-041-2/+0
* Fix Fiber with Thread issue on Windows [Bug #14642]ko12018-04-031-0/+2
* thread_sync.c: avoid reaching across stacks of dead threadsnormal2018-03-271-0/+2
* thread.c: deadlock in backtracenobu2018-03-061-1/+1
* thread.c: reset waitq of keeping mutexes in childnormal2018-03-051-0/+1
* [DOC] missing docs at toplevelnobu2018-02-231-0/+13
* thread.c: remove redundant USE_SIGALTSTACK #definenormal2018-02-181-4/+1
* thread.c (thread_join_m): handle negative timeouts correctlynormal2018-02-181-2/+4
* thread.c (double2timespec): adjust to use NULL for infinitynormal2018-02-181-17/+13
* thread.c: stop updating timespec when timeout is unspecifiednormal2018-02-181-3/+5
* thread.c (update_timespec): use timespec_update_expirenormal2018-02-181-17/+10
* thread.c: introduce timespec_cmp for timespec comparisonsnormal2018-02-181-2/+21
* thread.c (timespec_update_expire): improve namingnormal2018-02-181-13/+18
* thread.c: suppress a warningnobu2018-02-081-1/+5
* thread.c: int32_t instead of suseconds_tnobu2018-02-071-1/+1
* fix up r62272nobu2018-02-071-1/+1
* thread.c: favor timespec internallynormal2018-02-071-109/+106
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-21/+21
* thread.c: timespec_for is used only if poll() is usednobu2018-02-041-9/+11
* thread.c (thread_join_m): avoid NUM2TIMET for Bignumnormal2018-02-031-1/+0
* thread.c: avoid FP in C-API time calculationsnormal2018-02-031-69/+40
* thread.c: avoid FP for Thread#joinnormal2018-02-031-22/+38
* thread.c: extract timeval_sub from timeval_update_expirenormal2018-02-031-5/+12
* thread.c (rb_thread_terminate_all): eliminate double2timeval callnormal2018-02-031-1/+1
* ia64: update ia64-specific code to use execution contexthsbt2018-01-301-1/+1
* vm_core: use "int" for living_thread_numnormal2018-01-271-1/+1
* rb_threadptr_to_kill marked as NORETURNshyouhei2018-01-181-0/+2
* Fix typos.hsbt2018-01-171-1/+1
* thread.c (thread_cleanup_func): document small leaknormal2018-01-121-0/+4
* thread.c: threadptr_pending_interrupt_active_p is staticnormal2018-01-091-1/+1
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-091-1/+2
* Rename code_range to code_locationmame2018-01-091-13/+13
* explicit cast to void* required for %pshyouhei2018-01-021-5/+5
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-6/+4
* Fix KeyError#{key,receiver} of Thread#fetchkazu2017-12-281-1/+1