aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-081-1/+1
* include/ruby/internal/interpreter.h: add doxygen卜部昌平2021-09-101-4/+0
* Suppress unused-variable warningsNobuyoshi Nakada2021-08-161-2/+2
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-2/+2
* POSIX timer cannot be shared in forked process [Bug #17941]Nobuyoshi Nakada2021-06-091-0/+1
* Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada2021-06-011-4/+5
* Add Thread#native_thread_id [Feature #17853]NARUSE, Yui2021-05-261-0/+37
* Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-041-2/+2
* add debug code for timer_posixKoichi Sasada2021-02-021-8/+47
* thread_pthread.c: pthread_kill is not available on emscriptenYusuke Endoh2021-01-231-1/+1
* introduce USE_VM_CLOCK for windows.Koichi Sasada2020-11-111-4/+8
* Use language TLS specifier if it is possible.Koichi Sasada2020-10-201-0/+16
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-109/+117
* Get rid of -Wgnu-folding-constant errorsNobuyoshi Nakada2020-05-011-5/+8
* Fixed inverted current thread condition [Bug #16808]Nobuyoshi Nakada2020-04-231-1/+1
* Truncate too long thread name before setting [Bug #16808]Nobuyoshi Nakada2020-04-231-6/+30
* thread_pthread.c: allocate sigaltstack before pthread_createYusuke Endoh2020-03-061-1/+4
* more on NULL versus functions.卜部昌平2020-02-071-1/+1
* rb_thread_create now free from ANYARGS卜部昌平2019-08-271-1/+1
* * expand tabs.git2019-06-191-2/+2
* Remove IA64 support.Samuel Williams2019-06-191-70/+5
* * remove trailing spaces, expand tabs.git2019-06-191-1/+1
* Fix handling of vm_stack_size and avoid trying to deallocate it.Samuel Williams2019-06-191-1/+1
* * expand tabs.git2019-05-251-17/+17
* Fix process not waking up on signals on OpenBSDJeremy Evans2019-05-241-12/+20
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+5
* thread.c (call_without_gvl): spawn thread for UBF iff single-threadednormal2019-01-041-0/+19
* thread_pthread.c (ubf_timer_disarm): ignore EINVAL iff timer is deadnormal2018-12-201-2/+12
* thread_pthread.c (ubf_timer_destroy): more careful state transitionnormal2018-12-181-4/+27
* thread_pthread (ubf_timer_destroy): use VM_ASSERTnormal2018-12-161-3/+1
* * expand tabs.svn2018-12-161-3/+3
* thread_pthread.c: fix memory leak from fork loop leapfrog (v3)normal2018-12-161-27/+62
* thread_pthread.c (native_ppoll_sleep): drop ubf_select referencesnormal2018-12-131-2/+1
* thread_pthread.c (native_sleep): sched_yield if GVL uncontendednormal2018-12-131-2/+24
* thread_pthread.c (gvl_release_common): constify return valuenormal2018-12-131-2/+2
* Revert "thread_pthread.c: fix memory leak from fork loop leapfrog (v2)"normal2018-12-081-9/+7
* thread_pthread.c: fix memory leak from fork loop leapfrog (v2)normal2018-12-081-7/+9
* Revert "thread_pthread.c: fix memory leak from fork loop leapfrog"normal2018-12-081-8/+7
* thread_pthread.c: fix memory leak from fork loop leapfrognormal2018-12-081-7/+8
* thread_pthread.c (rb_reserved_fd_p): false-positive on negative FDnormal2018-11-201-0/+4
* thread_pthread.c (rb_sigwait_sleep): add note about spurious wakeupnormal2018-11-091-0/+3
* separate Thread type (func or proc) explicitly.ko12018-11-081-26/+26
* thread_pthread.c (native_ppoll_sleep): new eventfd (or pipe) for ubfnormal2018-11-011-10/+30
* thread_pthread.c (ubf_select): avoid deadlock on contentionnormal2018-10-311-4/+10
* * expand tabs.svn2018-10-301-2/+2
* use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko12018-10-301-3/+2
* add disabling MJIT features option.ko12018-10-201-0/+2
* rb_sigwait_sleep: change internal API to use rb_hrtime_tnormal2018-10-191-12/+11
* define ubf_list_atfork() as empty on cygwinduerst2018-09-051-0/+1
* thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and documentnormal2018-08-281-7/+7