aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
...
* thread_pthread.c: reset timeslice delay when uncontendednormal2018-08-191-3/+6
* thread_pthread.c (rb_sigwait_fd_get): skip getpid checknormal2018-08-171-5/+2
* thread_pthread.c: reduce ubf_timer arming for non-signal wakeupsnormal2018-08-161-11/+20
* thread_pthread.c: check signals from gvl.timernormal2018-08-161-0/+15
* thread_pthread.c: hoist out do_gvl_timer and improve documentationnormal2018-08-151-29/+58
* thread_pthread.h (native_thread_data): split list_node between ubf and gvlnormal2018-08-151-9/+10
* thread_pthread.c: rename rb_timer_* to ubf_timer_*normal2018-08-151-22/+25
* thread_pthread.c: rename timer_thread_pipe to signal_self_pipenormal2018-08-151-15/+15
* thread_pthread.c: additional UBF_TIMER == UBF_TIMER_PTHREAD guardsnormal2018-08-151-2/+3
* Revert "thread_pthread.c: use UBF_TIMER_PTHREAD on Solaris"normal2018-08-141-6/+1
* thread_pthread.c: use UBF_TIMER_PTHREAD on Solarisnormal2018-08-141-1/+6
* thread_pthread.c: use CLOCK_REALTIME on SunOS (Solaris)normal2018-08-141-1/+7
* thread_pthread (rb_timer_arm): ignore UBF_TIMER_POSIX state 2normal2018-08-131-1/+7
* thread_pthread: use POSIX timer or thread to get rid of racesnormal2018-08-131-44/+282
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-402/+308
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-308/+402
* thread_pthread: stop trying to deal with cancellationnormal2018-08-051-5/+0
* thread_pthread.c (native_sleep): reduce ppoll sleepsnormal2018-08-051-1/+1
* thread_pthread.c: add a macro guard for PTHREAD_CANCEL_ENABLEmame2018-08-031-0/+2
* thread_pthread.c (gvl_acquire_common): persist timeout across callsnormal2018-08-021-4/+10
* thread_pthread.c (unregister_ubf_list): assert unblock.func is unsetnormal2018-07-301-0/+3
* thread_pthread.c (gvl_yield): do ubf wakeups when uncontendednormal2018-07-301-0/+6
* thread_pthread.c: revert r64123nobu2018-07-301-0/+4
* thread_pthread.h (native_thread_data): split condvars on some platformsnormal2018-07-301-11/+17
* thread_pthread.c: remove duplicate definenobu2018-07-301-2/+0
* thread_pthread.c (rb_sigwait_sleep): th may be 0 from MJITnormal2018-07-301-1/+1
* thread*.c: waiting on sigwait_fd performs periodic ubf wakeupsnormal2018-07-301-27/+37
* thread_pthread.c (gvl_destroy): make no-op on GVL bitsnormal2018-07-301-3/+10
* thread_pthread.c (rb_sigwait_sleep): fix uninitialized poll set in UBF casenormal2018-07-301-2/+3
* thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] hardernormal2018-07-301-4/+38
* thread.c: move ppoll wrapper into thread_pthread.cnormal2018-07-301-0/+31
* thread_pthread.c (ubf_select): refix [Bug #5343]normal2018-07-291-0/+17
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-399/+187
* thread_pthread.c: clear altstacks in thread cache at GVL destructionnormal2018-07-291-13/+36
* timer_thread: do not close pipes around forknormal2018-07-121-52/+31
* thread_pthread: avoid redundant error message on pipe2() failnormal2018-07-111-6/+2
* thread_pthread.c: use mask for timer implementationnormal2018-07-111-22/+33
* mjit: get rid of memory leak in pause+resume loopnormal2018-07-081-3/+1
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-7/+40
* Revert r63758 and related commitsnaruse2018-07-041-40/+7
* thread_pthread.c: pass rb_vm_t to timer_thread_sleepnormal2018-07-041-9/+7
* thread_pthread.c (native_thread_destroy): clear native TSD pointernormal2018-07-031-4/+11
* use SIGCHLD_LOSSY to enable waitpid polling modenormal2018-06-301-0/+10
* hijack SIGCHLD handler for internal usenormal2018-06-271-0/+25
* mjit.c: initial cygwin supportk0kubun2018-06-231-1/+0
* thread_pthread.c (native_sleep): do not clear unblock.argnormal2018-06-231-1/+0
* thread_pthread.c: fix non-sleepy timer-thread with forknormal2018-06-201-5/+4
* thread_pthread.c: microptimize vm->gvl.waiting checksnormal2018-06-171-3/+2
* thread_pthread.c: fix non-sleepy timer thread buildnormal2018-06-171-1/+2
* Initialize condattr_monotonic via pthread_condattr_initnormal2018-06-011-1/+4