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.c
Age
Commit message (
Expand
)
Author
2019-06-28
[DOC] Re-apply r11000, 41256fd43275c8bf66460510da7ab958a802e2a2
Nobuyoshi Nakada
2019-06-20
Transition root fiber into state FIBER_TERMINATED.
Samuel Williams
2019-06-20
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
Don't clear cfp, it causes problems.
Samuel Williams
2019-06-20
Skip `rb_ec_clear_vm_stack` for now.
Samuel Williams
2019-06-20
* remove trailing spaces.
git
2019-06-20
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
Fix typo in VM_ASSERT.
Samuel Williams
2019-06-20
Extra assertions around thread.
Samuel Williams
2019-06-20
Don't change vm_stack/cfp without acquiring gvl first.
Samuel Williams
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
* remove trailing spaces, expand tabs.
git
2019-06-19
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
Update `stack_start` and `stack_maxsize` according to stack direction.
Samuel Williams
2019-06-19
Make sure `alloca` fast path is used (inline assembler).
Samuel Williams
2019-06-19
Track how stack was allocated for `cont_free`.
Samuel Williams
2019-06-19
Ensure execution context is cleared after thread is finished.
Samuel Williams
2019-06-19
Better handling of root fiber.
Samuel Williams
2019-06-19
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-06-19
Move vm stack init into thread.
Samuel Williams
2019-05-27
* expand tabs.
git
2019-05-26
Add FrozenError#receiver
Jeremy Evans
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
* expand tabs.
svn
2019-01-04
thread.c (call_without_gvl): spawn thread for UBF iff single-threaded
normal
2018-12-22
thread_sync.c (rb_mutex_t): eliminate fork_gen
normal
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-30
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-23
* expand tabs.
svn
2018-11-23
thread.c (rb_wait_for_single_fd): do not miss IO#close notifications
normal
2018-11-22
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-20
thread.c: fix obsoleted comment [ci skip]
k0kubun
2018-11-18
mjit_worker.c: support MJIT in forked Ruby process
k0kubun
2018-11-18
thread.c: rb_fiber_atfork has nothing to do with mjit.c [ci skip]
k0kubun
2018-11-14
* expand tabs.
svn
2018-11-14
thread.c (rb_thread_fd_select): favor rb_thread_* when no FDs
normal
2018-11-08
* expand tabs.
svn
2018-11-08
separate Thread type (func or proc) explicitly.
ko1
2018-11-07
Add cast to suppress warnings on Solaris [ci skip]
nobu
2018-11-06
Revert "thread.c (rb_wait_for_single_fd): no point initializing pollfd.revents"
mame
2018-11-05
thread.c (rb_wait_for_single_fd): no point initializing pollfd.revents
normal
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
* expand tabs.
svn
[next]