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
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
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
2018-07-25
[Doc] Recover example about Queue
tenderlove
2018-07-24
UNREACHABLE_RETURN
nobu
2018-06-22
thread_sync.c (rb_mutex_lock): fix deadlock
normal
2018-04-30
thread_sync.c (condvar_ptr): reset fork_gen after forking
normal
2018-04-28
thread_sync.c: remove "volatile" qualifiers
normal
2018-04-28
thread_sync.c: remove unused list_heads
normal
2018-04-20
thread_sync: redo r62934 to use fork_gen
normal
2018-04-14
thread_sync.c: [DOC] fix typo
stomar
2018-04-09
offsetof(type, foo.bar) is (arguably) a GCCism
shyouhei
2018-03-27
thread_sync.c: avoid reaching across stacks of dead threads
normal
2018-03-05
thread.c: reset waitq of keeping mutexes in child
normal
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-16
no ID cache in Init functions
nobu
2018-02-07
thread.c: favor timespec internally
normal
2018-01-18
raise_closed_queue_error marked as NORETURN
shyouhei
2017-12-19
thread_sync.c: fix rdoc
nobu
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-07-30
UNALIGNED_MEMBER_ACCESS
nobu
2017-06-23
thread_sync.c: fix documentation for Queue#close
normal
2017-05-19
thread_sync.c: rewrite the rest using using ccan/list
normal
2017-05-19
thread_sync.c: rename mutex_waiter struct to sync_waiter
normal
2017-05-14
suppress a warning [ci skip]
nobu
2017-05-10
adjust styles [ci skip]
nobu
2017-05-08
reduce rb_mutex_t size from 80 bytes to 72 bytes on 64-bit
normal
[next]