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
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-2
/
+4
*
* thread.c: Fixed implicit conversion error with Apple clang-800.0.31
hsbt
2016-07-09
1
-1
/
+1
*
* thread.c (rb_wait_for_single_fd): Clean up fds.revents every time
ngoto
2016-07-08
1
-0
/
+1
*
thread.c: fix thread_id formatting
nobu
2016-06-15
1
-10
/
+6
*
* thread.c (debug_deadlock_check): show thread lock dependency and
naruse
2016-06-13
1
-13
/
+33
*
Thread.report_on_exception
nobu
2016-06-06
1
-0
/
+123
*
* thread.c (recursive_list_access): a object id may be a Bignum. so,
usa
2016-05-18
1
-1
/
+1
*
thread.c: GET_THREAD once in rb_thread_atfork
nobu
2016-05-09
1
-5
/
+6
*
thread.c: clear atfork functions
nobu
2016-05-09
1
-0
/
+12
*
* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.
naruse
2016-05-08
1
-0
/
+1
*
use TH_JUMP_TAG
nobu
2016-05-05
1
-2
/
+2
*
thread.c: defer setting name in initialize
nobu
2016-04-15
1
-15
/
+13
*
thread.c: must be initialized to set name
nobu
2016-04-15
1
-9
/
+15
*
* ext/coverage/coverage.c: Fully reset coverage to not persist global state.
eregon
2016-04-06
1
-0
/
+11
*
* thread.c (update_coverage): Do not track coverage in loaded files
eregon
2016-03-31
1
-1
/
+1
*
thread.c: check type of coverage
nobu
2016-03-10
1
-1
/
+1
*
thread.c: interrupt queue on uninitialized thread
nobu
2016-01-07
1
-0
/
+13
*
* *.c (*_memsize): do not check ptr.
ko1
2015-12-09
1
-1
/
+1
*
thread.c: name must be ascii-compatible
nobu
2015-12-04
1
-0
/
+6
*
configure.in: split SET_THREAD_NAME
nobu
2015-12-03
1
-12
/
+4
*
thread.c: rb_thread_setname on OS X
nobu
2015-12-02
1
-0
/
+6
*
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
1
-1
/
+1
*
thread.c: reset name
nobu
2015-12-01
1
-5
/
+10
*
thread.c: check name argument
nobu
2015-12-01
1
-0
/
+1
*
* thread_pthread.c (register_ubf_list): renamed from
kosaki
2015-11-30
1
-1
/
+1
*
thread.c (rb_cThreadShield): make static
normal
2015-11-07
1
-1
/
+1
*
thread.c: suppress warnings only if GCC6+
nobu
2015-09-18
1
-0
/
+2
*
io.c: no wait when killed
nobu
2015-09-08
1
-0
/
+12
*
thread.c: suppress warnings
nobu
2015-09-06
1
-12
/
+17
*
* thread_tools.c: rename thread_tools.c to thread_sync.c.
ko1
2015-09-01
1
-2
/
+2
*
* ext/thread/thread.c: move definitions of Queue, SizedQueue
ko1
2015-08-21
1
-521
/
+4
*
improve handling of timer thread shutdown
normal
2015-08-14
1
-2
/
+2
*
thread.c: freeze masks
nobu
2015-08-13
1
-0
/
+2
*
thread.c: fix message
nobu
2015-08-03
1
-1
/
+1
*
thread.c: thread_shield_get_mutex
nobu
2015-08-01
1
-2
/
+11
*
thread.c: identity hash
nobu
2015-07-30
1
-1
/
+1
*
thread.c: identical hash
nobu
2015-07-30
1
-3
/
+14
*
* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and
ko1
2015-07-22
1
-1
/
+1
*
thread.c: return the error
nobu
2015-07-22
1
-0
/
+1
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-1
/
+1
*
thread.c: refactor a loop
nobu
2015-07-21
1
-81
/
+78
*
thread.c: reuse tag
nobu
2015-07-20
1
-17
/
+20
*
thread.c: fix timeout limit
nobu
2015-07-19
1
-5
/
+5
*
thread.c: gather common statements
nobu
2015-07-18
1
-5
/
+5
*
RUBY_VM_CHECK_INTS_BLOCKING: move to thread.c
nobu
2015-07-17
1
-0
/
+15
*
thread.c (rb_thread_alone): simplify
normal
2015-07-17
1
-6
/
+1
*
avoid redundant GET_THREAD() calls
normal
2015-07-16
1
-5
/
+7
*
thread.c (mutex_alloc): remove needless volatile
normal
2015-07-16
1
-1
/
+1
*
thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INT
normal
2015-07-15
1
-6
/
+7
*
* thread.c (rb_thread_safe_level): fix document. $SAFE=3 is obsolete.
usa
2015-06-18
1
-2
/
+2
[next]