1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Jean Boussier 587d2d199b thread_pthread.c: call SUSPENDED event when entering native_sleep
[Bug #18900]

Thread#join and a few other codepaths are using native sleep as
a way to suspend the current thread. So we should call the relevant
hook when this happen, otherwise some thread may transition
directly from `RESUMED` to `READY`.
2022-07-07 17:49:00 +02:00
..
-test- thread_pthread.c: call SUSPENDED event when entering native_sleep 2022-07-07 17:49:00 +02:00
bigdecimal [ruby/bigdecimal] Correct indentation in Kernel#BigDecimal 2022-07-02 07:58:20 +09:00
cgi/escape
continuation
coverage Rust YJIT 2022-04-27 11:00:22 -04:00
date [ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/57) 2022-07-07 03:58:02 +09:00
digest
etc [ruby/etc] [DOC] Markup constant path names 2022-06-19 11:06:43 +09:00
fcntl
fiddle
io [ruby/io-wait] Bump up 2022-06-25 18:10:46 +09:00
json [flori/json] Bump version to 2.6.2 2022-05-20 17:49:13 +09:00
monitor
nkf [ruby/nkf] Constified invariant tables 2022-06-03 20:25:12 +09:00
objspace Local functions should be static 2022-07-05 09:30:05 +09:00
openssl
pathname Merge https://github.com/ruby/pathname/pull/8 for pathname 2022-05-20 18:36:01 +09:00
psych [ruby/psych] Fix libyaml download failure rescue under miniruby 2022-06-15 01:05:51 +09:00
pty Update PTY.spawn's document 2022-04-13 15:43:28 -04:00
racc/cparse
rbconfig/sizeof
readline [ruby/readline-ext] Removed the duplicated dependencies 2022-03-25 20:27:58 +09:00
ripper
rubyvm
socket
stringio [ruby/stringio] Fix the result of StringIO#truncate so compatible with File 2022-07-01 00:52:29 +09:00
strscan
syslog
win32
win32ole
zlib Removed mswin patch for zlib-1.2.11 2022-04-05 14:30:47 +09:00
.document
extmk.rb Move the target directory of bundled gems like as rubygems 2022-04-07 09:47:10 +09:00
Setup
Setup.atheos
Setup.nt