aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* PRI_64_PREFIX "u" is called PRIu64shyouhei2018-09-141-1/+4
* thread.c: fix -Wformat warning where uint64_t is not unsigned longnobu2018-09-131-1/+1
* thread.c: fix -Wformat warningk0kubun2018-09-131-2/+2
* thread.c (rb_thread_atfork): reinitialize current th->interrupt_locknormal2018-09-131-0/+4
* thread.c: get rid of false warnings by gcc-8nobu2018-09-091-3/+3
* cont.c: set th->root_fiber to current fiber at forknormal2018-08-291-0/+2
* process.c: simplify SIGCHLD-based waitpidnormal2018-08-271-22/+12
* thread.c: check interrupts explicitly in select/ppoll blocking regionsnormal2018-08-271-8/+15
* thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]normal2018-08-251-0/+9
* hrtime.h: add documentationnormal2018-08-251-0/+5
* thread.c: use rb_hrtime_t scalar for high-resolution time operationsnormal2018-08-251-168/+86
* thread_pthread.c: use eventfd instead of pipe on Linuxnormal2018-08-241-3/+10
* compile.c: remove tracecoverage instruction for line coveragemame2018-08-221-1/+1
* thread.c (rb_reset_coverages): remove coverage counters from all ISeqsmame2018-08-221-0/+1
* thread*.c: replace GetMutexPtr with mutex_ptrnormal2018-08-211-5/+3
* thread*.c: avoid unnecessary initialization for list_for_each_safenormal2018-08-201-2/+1
* thread_pthread.c: reinitialize ubf_list at forknormal2018-08-201-0/+1
* thread.c (rb_thread_fd_select): fix off-by-one with sigwait_fdnormal2018-08-191-1/+1
* Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"normal2018-08-191-8/+3
* thread_sync.c (rb_mutex_sleep): skip interrupt check before sleepnormal2018-08-181-3/+8
* Revert "thread.c (sleep_*): check interrupt before changing th->status"normal2018-08-181-2/+2
* thread.c (sleep_*): check interrupt before changing th->statusnormal2018-08-181-2/+2
* thread.c (sleep_*): reduce the effect of spurious interruptsnormal2018-08-181-10/+19
* thread.c (consume_communication_pipe): disarm UBF_TIMER before consumenormal2018-08-161-0/+8
* vm_core.h (rb_thread_t): pack small fields togethernormal2018-08-151-1/+1
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-151/+246
* 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