index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread_pthread.c
Age
Commit message (
Expand
)
Author
2021-06-10
merge revision(s) 73f9831a57e133ab5645221df862a176a42f6685: [Backport #17941]
nagachika
2020-11-11
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-10-20
Use language TLS specifier if it is possible.
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-05-01
Get rid of -Wgnu-folding-constant errors
Nobuyoshi Nakada
2020-04-23
Fixed inverted current thread condition [Bug #16808]
Nobuyoshi Nakada
2020-04-23
Truncate too long thread name before setting [Bug #16808]
Nobuyoshi Nakada
2020-03-06
thread_pthread.c: allocate sigaltstack before pthread_create
Yusuke Endoh
2020-02-07
more on NULL versus functions.
卜部昌平
2019-08-27
rb_thread_create now free from ANYARGS
卜部昌平
2019-06-19
* expand tabs.
git
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
* remove trailing spaces, expand tabs.
git
2019-06-19
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-05-25
* expand tabs.
git
2019-05-24
Fix process not waking up on signals on OpenBSD
Jeremy Evans
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
thread.c (call_without_gvl): spawn thread for UBF iff single-threaded
normal
2018-12-20
thread_pthread.c (ubf_timer_disarm): ignore EINVAL iff timer is dead
normal
2018-12-18
thread_pthread.c (ubf_timer_destroy): more careful state transition
normal
2018-12-16
thread_pthread (ubf_timer_destroy): use VM_ASSERT
normal
2018-12-16
* expand tabs.
svn
2018-12-16
thread_pthread.c: fix memory leak from fork loop leapfrog (v3)
normal
2018-12-13
thread_pthread.c (native_ppoll_sleep): drop ubf_select references
normal
2018-12-13
thread_pthread.c (native_sleep): sched_yield if GVL uncontended
normal
2018-12-13
thread_pthread.c (gvl_release_common): constify return value
normal
2018-12-08
Revert "thread_pthread.c: fix memory leak from fork loop leapfrog (v2)"
normal
2018-12-08
thread_pthread.c: fix memory leak from fork loop leapfrog (v2)
normal
2018-12-08
Revert "thread_pthread.c: fix memory leak from fork loop leapfrog"
normal
2018-12-08
thread_pthread.c: fix memory leak from fork loop leapfrog
normal
2018-11-20
thread_pthread.c (rb_reserved_fd_p): false-positive on negative FD
normal
2018-11-09
thread_pthread.c (rb_sigwait_sleep): add note about spurious wakeup
normal
2018-11-08
separate Thread type (func or proc) explicitly.
ko1
2018-11-01
thread_pthread.c (native_ppoll_sleep): new eventfd (or pipe) for ubf
normal
2018-10-31
thread_pthread.c (ubf_select): avoid deadlock on contention
normal
2018-10-30
* expand tabs.
svn
2018-10-30
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-20
add disabling MJIT features option.
ko1
2018-10-19
rb_sigwait_sleep: change internal API to use rb_hrtime_t
normal
2018-09-05
define ubf_list_atfork() as empty on cygwin
duerst
2018-08-28
thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and document
normal
2018-08-27
thread_pthread.c: document sigwait_th and sigwait_fd [ci skip]
normal
2018-08-27
thread_pthread.c: fix deadlock on test_thread.rb::test_signal_at_join
normal
2018-08-27
process.c: simplify SIGCHLD-based waitpid
normal
2018-08-27
thread_pthread.c: avoid lock ping-pong in do_gvl_timer & ubf_select
normal
2018-08-25
thread_pthread.c (ubf_wakeup_thread): `th' is never NULL
normal
2018-08-25
thread_pthread.c: main thread always gets hit by signals
normal
2018-08-25
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-24
thread_pthread.c: use eventfd instead of pipe on Linux
normal
2018-08-23
thread_pthread.c (ubf_timer_destroy): remove redundant getpid check
normal
[next]