Project

General

Profile

Bug #11496 ยป mutex-synchronize.patch

ksss (Yuki Kurihara), 08/31/2015 01:52 AM

View differences:

test/ruby/test_thread.rb
while i<max*max
i+=1
m.synchronize{
r += 1
t = r
t += 1
sleep 0.0001
r = t
}
end
}
    (1-1/1)