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
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
2017-05-08
reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
normal
2017-04-30
thread_sync.c: document SizedQueue#clear correctly [ci skip]
normal
2017-04-25
thread_sync.c (rb_mutex_lock): spelling fix [ci skip]
normal
2017-03-17
remove branches in dmark and dfree GC callbacks
normal
2017-01-31
allow Queue operation in trap.
ko1
2017-01-31
define rb_thread_sleep_deadly_allow_spurious_wakeup().
ko1
2017-01-31
use TRUE/FALSE.
ko1
2016-09-29
thread_sync.c: Document exception types
nobu
2016-09-29
thread_sync.c: Remove confusing comments
nobu
2016-08-28
thread_sync.c: alias_global_const
nobu
2016-07-29
rb_funcallv
nobu
2016-05-09
thread.c: clear atfork functions
nobu
2016-04-30
thread_sync.c: define global constants always
nobu
2016-03-17
thread_sync.c: Update rdoc for Queue [skip ci]
nobu
2016-01-04
thread_sync.c: [DOC] remove SizedQueue#close argument. [ci skip]
sho-h
2016-01-02
thread_sync.c: remove unnecessary casts for queue_sleep
normal
2015-12-28
thread_sync.c: static classes
normal
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-11-21
* thread_sync.c: reduce the specification of Queue#close.
ko1
2015-09-03
thread_sync.c: fix typos
nobu
2015-09-01
* thread_sync.c (queue_do_close): ignore multiple close to allow
ko1
2015-09-01
* thread_tools.c: rename thread_tools.c to thread_sync.c.
ko1