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
*
Implement Queue#pop(timeout: sec)
Jean Boussier
2022-08-02
1
-60
/
+45
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-36
/
+36
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-38
/
+38
*
[DOC] Improve Thread::Queue.new docs [ci skip]
Victor Shepelev
2021-12-15
1
-4
/
+16
*
Suppress address-of-packed-member warning by gcc
Nobuyoshi Nakada
2021-11-28
1
-1
/
+3
*
Add WB_PROTECTED to mutexes
John Hawthorn
2021-09-17
1
-1
/
+1
*
Using RBOOL macro
S.H
2021-08-02
1
-18
/
+7
*
Distinguish signal and timeout [Bug #16608]
Nobuyoshi Nakada
2021-07-25
1
-7
/
+11
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-47
/
+38
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
1
-49
/
+49
*
Refined define_thread_class
Nobuyoshi Nakada
2021-06-28
1
-4
/
+4
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-3
/
+7
*
Convert initial contents before allocating queue buffer
Nobuyoshi Nakada
2021-06-15
1
-2
/
+4
*
Properly convert time_t [Bug #17645]
Nobuyoshi Nakada
2021-03-14
1
-1
/
+1
*
--dont-cuddle-else [ci skip]
Nobuyoshi Nakada
2021-03-14
1
-5
/
+10
*
Thread::Queue.new should accept an Enumerable [Feature #17327]
Nobuyoshi Nakada
2021-02-12
1
-1
/
+1
*
The Queue constructor should take an initial set of objects
Chris Seaton
2021-02-11
1
-3
/
+15
*
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
1
-10
/
+10
*
[DOC] Fixed indent [ci skip]
Nobuyoshi Nakada
2021-01-14
1
-1
/
+1
*
Proposed method for dealing with stack locals which have non-local lifetime.
Samuel Williams
2020-12-05
1
-44
/
+51
*
strip trailing spaces and adjusted indents [ci skip]
Nobuyoshi Nakada
2020-11-12
1
-1
/
+1
*
Tidy up book keeping for `thread->keeping_mutexes`.
Samuel Williams
2020-11-08
1
-18
/
+35
*
Don't try to resume blocked fiber on dead thread.
Samuel Williams
2020-11-08
1
-5
/
+5
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
1
-3
/
+3
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
1
-1
/
+1
*
Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()
Benoit Daloze
2020-09-20
1
-6
/
+13
*
Fix copy/paste error from 5bb5e706f1d310a467075630145d2cc277045765
Benoit Daloze
2020-09-18
1
-1
/
+1
*
Only interrupt when there is no scheduler in sync_wakeup()
Benoit Daloze
2020-09-18
1
-2
/
+4
*
Cleanup commented code
Benoit Daloze
2020-09-17
1
-4
/
+0
*
Add missing goto found;
Benoit Daloze
2020-09-17
1
-0
/
+1
*
Fix Mutex#unlock with a scheduler and thread contention
Benoit Daloze
2020-09-17
1
-13
/
+13
*
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-17
1
-5
/
+5
*
Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}
Benoit Daloze
2020-09-17
1
-3
/
+3
*
Add support for Queue & SizedQueue.
Samuel Williams
2020-09-14
1
-31
/
+39
*
Add support for ConditionVariable.
Samuel Williams
2020-09-14
1
-31
/
+44
*
Improve handling of urgent notification pipe.
Samuel Williams
2020-09-14
1
-45
/
+41
*
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
1
-37
/
+69
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-5
/
+6
*
rb_szqueue_push: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+1
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-1
/
+6
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-0
/
+1
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-1
/
+1
*
add assertion for mutex_lock.
Koichi Sasada
2019-10-28
1
-5
/
+16
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-1
/
+2
*
fix arity of rb_mutex_synchronize_m
卜部昌平
2019-08-29
1
-1
/
+1
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+2
*
do_mutex_lock: release mutex before checking for interrupts (fixes issue 15360)
Neeraj Bhunwal
2019-06-11
1
-1
/
+5
*
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
[next]