index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread_sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-1
/
+1
*
thread_sync.c (rb_mutex_t): eliminate fork_gen
normal
2018-12-22
1
-40
/
+1
*
thread_sync.c (rb_mutex_cleanup_keeping_mutexes): update fork_gen
normal
2018-12-21
1
-0
/
+16
*
thread_sync.c (rb_mutex_abandon_keeping_mutexes): remove unnecessary check
normal
2018-12-21
1
-3
/
+1
*
thread_sync.c (mutex_ptr): only reinitalize waitqueue at fork
normal
2018-12-18
1
-2
/
+0
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-1
/
+1
*
thread_sync.c (mutex_ptr): handle mutexes held by parent threads in children
normal
2018-12-05
1
-0
/
+11
*
Add some missing documentation to Queue#{close|deq} [ci skip]
marcandre
2018-09-16
1
-1
/
+3
*
thread_sync.c: common wakeup_{one,all} implementation
normal
2018-08-26
1
-16
/
+11
*
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-25
1
-8
/
+10
*
thread*.c: replace GetMutexPtr with mutex_ptr
normal
2018-08-21
1
-23
/
+22
*
thread*.c: avoid unnecessary initialization for list_for_each_safe
normal
2018-08-20
1
-3
/
+3
*
thread_sync.c (rb_condvar_initialize): remove extra semicolon
normal
2018-08-19
1
-1
/
+1
*
thread_sync.c (rb_mutex_sleep): disable interrupt checking in ensure
normal
2018-08-19
1
-16
/
+31
*
thread_sync.rb (rb_condvar_wait): golf out unnecessary variables
normal
2018-08-19
1
-4
/
+1
*
Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"
normal
2018-08-19
1
-3
/
+2
*
thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep
normal
2018-08-18
1
-2
/
+3
*
Revert r64441
eregon
2018-08-18
1
-48
/
+26
*
thread_sync.c (rb_mutex_synchronize): only unlock if we own the mutex
normal
2018-08-18
1
-26
/
+48
*
Revert "thread_sync.c (do_sleep): avoid thread-switch/interrupt check"
normal
2018-08-18
1
-6
/
+0
*
thread_sync.c (do_sleep): avoid thread-switch/interrupt check
normal
2018-08-18
1
-0
/
+6
*
thread_sync.c (rb_mutex_lock): acquire lock before being killed
normal
2018-08-16
1
-1
/
+7
*
[Doc] Recover example about Queue
tenderlove
2018-07-25
1
-0
/
+2
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
thread_sync.c (rb_mutex_lock): fix deadlock
normal
2018-06-22
1
-8
/
+6
*
thread_sync.c (condvar_ptr): reset fork_gen after forking
normal
2018-04-30
1
-0
/
+1
*
thread_sync.c: remove "volatile" qualifiers
normal
2018-04-28
1
-4
/
+4
*
thread_sync.c: remove unused list_heads
normal
2018-04-28
1
-8
/
+0
*
thread_sync: redo r62934 to use fork_gen
normal
2018-04-20
1
-62
/
+33
*
thread_sync.c: [DOC] fix typo
stomar
2018-04-14
1
-1
/
+1
*
offsetof(type, foo.bar) is (arguably) a GCCism
shyouhei
2018-04-09
1
-1
/
+2
*
thread_sync.c: avoid reaching across stacks of dead threads
normal
2018-03-27
1
-5
/
+70
*
thread.c: reset waitq of keeping mutexes in child
normal
2018-03-05
1
-0
/
+14
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+16
*
no ID cache in Init functions
nobu
2018-02-16
1
-0
/
+1
*
thread.c: favor timespec internally
normal
2018-02-07
1
-6
/
+9
*
raise_closed_queue_error marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+2
*
thread_sync.c: fix rdoc
nobu
2017-12-19
1
-14
/
+12
*
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
1
-3
/
+3
*
Remove unnecessary `require 'thread'`
kazu
2017-10-08
1
-5
/
+1
*
UNALIGNED_MEMBER_ACCESS
nobu
2017-07-30
1
-14
/
+18
*
thread_sync.c: fix documentation for Queue#close
normal
2017-06-23
1
-1
/
+1
*
thread_sync.c: rewrite the rest using using ccan/list
normal
2017-05-19
1
-158
/
+319
*
thread_sync.c: rename mutex_waiter struct to sync_waiter
normal
2017-05-19
1
-5
/
+5
*
suppress a warning [ci skip]
nobu
2017-05-14
1
-1
/
+1
*
adjust styles [ci skip]
nobu
2017-05-10
1
-6
/
+7
*
reduce rb_mutex_t size from 80 bytes to 72 bytes on 64-bit
normal
2017-05-08
1
-5
/
+9
*
reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
normal
2017-05-08
1
-89
/
+59
*
thread_sync.c: document SizedQueue#clear correctly [ci skip]
normal
2017-04-30
1
-1
/
+1
*
thread_sync.c (rb_mutex_lock): spelling fix [ci skip]
normal
2017-04-25
1
-1
/
+1
[next]