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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reverting compaction for now
tenderlove
2019-04-17
1
-3
/
+3
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-3
/
+3
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-4
/
+4
*
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
1
-8
/
+16
*
* expand tabs.
svn
2019-01-04
1
-2
/
+2
*
thread.c (call_without_gvl): spawn thread for UBF iff single-threaded
normal
2019-01-04
1
-0
/
+8
*
thread_sync.c (rb_mutex_t): eliminate fork_gen
normal
2018-12-22
1
-1
/
+0
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-20
/
+18
*
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-30
1
-0
/
+3
*
* expand tabs.
svn
2018-11-26
1
-1
/
+1
*
Support targetting TracePoint [Feature #15289]
ko1
2018-11-26
1
-1
/
+1
*
* expand tabs.
svn
2018-11-23
1
-1
/
+1
*
thread.c (rb_wait_for_single_fd): do not miss IO#close notifications
normal
2018-11-23
1
-39
/
+46
*
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-22
1
-11
/
+20
*
thread.c: fix obsoleted comment [ci skip]
k0kubun
2018-11-20
1
-1
/
+1
*
mjit_worker.c: support MJIT in forked Ruby process
k0kubun
2018-11-18
1
-0
/
+2
*
thread.c: rb_fiber_atfork has nothing to do with mjit.c [ci skip]
k0kubun
2018-11-18
1
-1
/
+0
*
* expand tabs.
svn
2018-11-14
1
-6
/
+6
*
thread.c (rb_thread_fd_select): favor rb_thread_* when no FDs
normal
2018-11-14
1
-10
/
+10
*
* expand tabs.
svn
2018-11-08
1
-3
/
+3
*
separate Thread type (func or proc) explicitly.
ko1
2018-11-08
1
-39
/
+73
*
Add cast to suppress warnings on Solaris [ci skip]
nobu
2018-11-07
1
-2
/
+2
*
Revert "thread.c (rb_wait_for_single_fd): no point initializing pollfd.revents"
mame
2018-11-06
1
-0
/
+3
*
thread.c (rb_wait_for_single_fd): no point initializing pollfd.revents
normal
2018-11-05
1
-3
/
+0
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-5
/
+5
*
* expand tabs.
svn
2018-10-30
1
-1
/
+1
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-30
1
-3
/
+3
*
Remove tracecoverage instructions
mame
2018-10-20
1
-2
/
+4
*
add disabling MJIT features option.
ko1
2018-10-20
1
-1
/
+1
*
thread.c (rb_clear_coverages): defined out of #ifdef
mame
2018-10-20
1
-1
/
+1
*
ext/coverage/: add the oneshot mode
mame
2018-10-20
1
-22
/
+28
*
PRI_64_PREFIX "u" is called PRIu64
shyouhei
2018-09-14
1
-1
/
+4
*
thread.c: fix -Wformat warning where uint64_t is not unsigned long
nobu
2018-09-13
1
-1
/
+1
*
thread.c: fix -Wformat warning
k0kubun
2018-09-13
1
-2
/
+2
*
thread.c (rb_thread_atfork): reinitialize current th->interrupt_lock
normal
2018-09-13
1
-0
/
+4
*
thread.c: get rid of false warnings by gcc-8
nobu
2018-09-09
1
-3
/
+3
*
cont.c: set th->root_fiber to current fiber at fork
normal
2018-08-29
1
-0
/
+2
*
process.c: simplify SIGCHLD-based waitpid
normal
2018-08-27
1
-22
/
+12
*
thread.c: check interrupts explicitly in select/ppoll blocking regions
normal
2018-08-27
1
-8
/
+15
*
thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]
normal
2018-08-25
1
-0
/
+9
*
hrtime.h: add documentation
normal
2018-08-25
1
-0
/
+5
*
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-25
1
-168
/
+86
*
thread_pthread.c: use eventfd instead of pipe on Linux
normal
2018-08-24
1
-3
/
+10
*
compile.c: remove tracecoverage instruction for line coverage
mame
2018-08-22
1
-1
/
+1
*
thread.c (rb_reset_coverages): remove coverage counters from all ISeqs
mame
2018-08-22
1
-0
/
+1
*
thread*.c: replace GetMutexPtr with mutex_ptr
normal
2018-08-21
1
-5
/
+3
*
thread*.c: avoid unnecessary initialization for list_for_each_safe
normal
2018-08-20
1
-2
/
+1
*
thread_pthread.c: reinitialize ubf_list at fork
normal
2018-08-20
1
-0
/
+1
*
thread.c (rb_thread_fd_select): fix off-by-one with sigwait_fd
normal
2018-08-19
1
-1
/
+1
*
Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"
normal
2018-08-19
1
-8
/
+3
[prev]
[next]