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_sync.c
Age
Commit message (
Expand
)
Author
2020-12-05
Proposed method for dealing with stack locals which have non-local lifetime.
Samuel Williams
2020-11-12
strip trailing spaces and adjusted indents [ci skip]
Nobuyoshi Nakada
2020-11-08
Tidy up book keeping for `thread->keeping_mutexes`.
Samuel Williams
2020-11-08
Don't try to resume blocked fiber on dead thread.
Samuel Williams
2020-11-07
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-09-21
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-20
Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()
Benoit Daloze
2020-09-18
Fix copy/paste error from 5bb5e706f1d310a467075630145d2cc277045765
Benoit Daloze
2020-09-18
Only interrupt when there is no scheduler in sync_wakeup()
Benoit Daloze
2020-09-17
Cleanup commented code
Benoit Daloze
2020-09-17
Add missing goto found;
Benoit Daloze
2020-09-17
Fix Mutex#unlock with a scheduler and thread contention
Benoit Daloze
2020-09-17
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-17
Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}
Benoit Daloze
2020-09-14
Add support for Queue & SizedQueue.
Samuel Williams
2020-09-14
Add support for ConditionVariable.
Samuel Williams
2020-09-14
Improve handling of urgent notification pipe.
Samuel Williams
2020-09-14
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-06-29
rb_szqueue_push: do not goto into a branch
卜部昌平
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-02-07
more on NULL versus functions.
卜部昌平
2019-10-28
add assertion for mutex_lock.
Koichi Sasada
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-08-29
fix arity of rb_mutex_synchronize_m
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-06-11
do_mutex_lock: release mutex before checking for interrupts (fixes issue 15360)
Neeraj Bhunwal
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2018-12-22
thread_sync.c (rb_mutex_t): eliminate fork_gen
normal
2018-12-21
thread_sync.c (rb_mutex_cleanup_keeping_mutexes): update fork_gen
normal
2018-12-21
thread_sync.c (rb_mutex_abandon_keeping_mutexes): remove unnecessary check
normal
2018-12-18
thread_sync.c (mutex_ptr): only reinitalize waitqueue at fork
normal
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-05
thread_sync.c (mutex_ptr): handle mutexes held by parent threads in children
normal
2018-09-16
Add some missing documentation to Queue#{close|deq} [ci skip]
marcandre
2018-08-26
thread_sync.c: common wakeup_{one,all} implementation
normal
2018-08-25
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-21
thread*.c: replace GetMutexPtr with mutex_ptr
normal
2018-08-20
thread*.c: avoid unnecessary initialization for list_for_each_safe
normal
2018-08-19
thread_sync.c (rb_condvar_initialize): remove extra semicolon
normal
2018-08-19
thread_sync.c (rb_mutex_sleep): disable interrupt checking in ensure
normal
2018-08-19
thread_sync.rb (rb_condvar_wait): golf out unnecessary variables
normal
2018-08-19
Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"
normal
2018-08-18
thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep
normal
2018-08-18
Revert r64441
eregon
2018-08-18
thread_sync.c (rb_mutex_synchronize): only unlock if we own the mutex
normal
2018-08-18
Revert "thread_sync.c (do_sleep): avoid thread-switch/interrupt check"
normal
2018-08-18
thread_sync.c (do_sleep): avoid thread-switch/interrupt check
normal
2018-08-16
thread_sync.c (rb_mutex_lock): acquire lock before being killed
normal
[next]