aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* thread_pthread.c: avoid reading th pointer for thread cachenormal2018-05-241-4/+4
* thread_pthread.c: enable thread cache by defaultnormal2018-05-231-2/+11
* thread: reduce GET_THREAD callsnormal2018-05-161-2/+2
* thread_pthread.c: fallback to CLOCK_REALTIMEnobu2018-04-231-3/+3
* thread*: all condvars are monotonicnormal2018-04-221-52/+29
* simplify altstack and enable reuse with thread cachenormal2018-04-201-0/+2
* Tiny Fix for ASYNC BUG error message copyingnobu2018-03-051-1/+1
* thread_pthread.c: spelling ("cancellation")normal2018-02-191-1/+1