1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby/internal
Masaki Matsushita 94d49ed31c Add a hook before fork() for getaddrinfo_a()
We need stop worker threads in getaddrinfo_a() before fork().
This change adds a hook before fork() that cancel all outstanding requests
and wait for all ongoing requests. Then, it waits for all worker
threads to be finished.

Fixes [Bug #17220]
2020-12-04 23:31:51 +09:00
..
arithmetic Add RB_ prefix for size_t to number conversion. 2020-09-06 15:37:54 +12:00
attr
compiler_is
core Ractor.make_shareable(obj) 2020-10-21 07:59:24 +09:00
has RBIMPL_HAS_CPP_ATTRIBUTE: handle SunPro 2020-08-21 11:04:54 +09:00
intern Add a hook before fork() for getaddrinfo_a() 2020-12-04 23:31:51 +09:00
anyargs.h
arithmetic.h
assume.h
cast.h
compiler_is.h
compiler_since.h
config.h Fix a typo [ci skip] 2020-08-29 12:31:05 +09:00
constant_p.h
core.h
ctype.h
dllexport.h
dosish.h
error.h Add rb_category_warn{,ing} for warning messages with categories 2020-09-28 08:38:06 -07:00
eval.h
event.h
fl_type.h should not check taint flag on rubyspec. 2020-09-25 12:52:53 +09:00
gc.h Fix docs about movement for rb_gc_register_mark_object() 2020-12-01 15:23:09 -05:00
glob.h
globals.h
interpreter.h
iterator.h
memory.h ALLOCA_N: do not use RUBY_ALIGNOF 2020-09-25 11:38:33 +09:00
method.h
module.h
newobj.h
rgengc.h
scan_args.h
special_consts.h
static_assert.h
stdalign.h fix typo [ci skip] 2020-09-29 09:57:47 +09:00
stdbool.h
symbol.h
token_paste.h
value.h
value_type.h
variable.h
warning_push.h
xmalloc.h Fix typos [ci skip] 2020-12-04 10:37:58 +09:00