aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-246/+151
* thread.c (consume_communication_pipe): do not retry after short readnormal2018-08-041-0/+3
* thread*.c: waiting on sigwait_fd performs periodic ubf wakeupsnormal2018-07-301-17/+54
* thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] hardernormal2018-07-301-0/+1
* thread.c: move ppoll wrapper into thread_pthread.cnormal2018-07-301-43/+11
* thread.c: move ppoll wrapper before thread_pthread.cnormal2018-07-291-42/+43
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-121/+206
* thread.c (blocking_region_end): clear ubf before unregister_ubf_listnormal2018-07-281-2/+5
* Revert "thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls"normal2018-07-231-0/+9
* thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize callsnormal2018-07-231-9/+0
* thread.c (do_select): fix leak on exceptionnormal2018-07-211-13/+42
* mjit: get rid of memory leak in pause+resume loopnormal2018-07-081-0/+3
* thread.c (ruby_ppoll): improve timespec to msec conversionnormal2018-07-061-3/+4
* thread.c: our fake ppoll implementation is staticnormal2018-07-061-2/+3
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-0/+34
* Revert r63758 and related commitsnaruse2018-07-041-34/+0
* 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