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_pthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread_pthread.c: fallback to CLOCK_REALTIME
nobu
2018-04-23
1
-3
/
+3
*
thread*: all condvars are monotonic
normal
2018-04-22
1
-52
/
+29
*
simplify altstack and enable reuse with thread cache
normal
2018-04-20
1
-0
/
+2
*
Tiny Fix for ASYNC BUG error message copying
nobu
2018-03-05
1
-1
/
+1
*
thread_pthread.c: spelling ("cancellation")
normal
2018-02-19
1
-1
/
+1
*
thread_pthread.c: fix thread cache for non-monotonic clock
normal
2018-02-19
1
-4
/
+2
*
thread_pthread.c (native_thread_create): remove needless attrp
normal
2018-02-19
1
-2
/
+1
*
thread_pthread.c (rb_thread_create_mjit_thread): destroy attr
normal
2018-02-19
1
-7
/
+9
*
thread_pthread.c (thread cache): destroy cond after unlock
normal
2018-02-18
1
-2
/
+2
*
thread_pthread.c (rb_thread_create_mjit): set detach before create
normal
2018-02-18
1
-2
/
+2
*
adjust indent
nobu
2018-02-18
1
-1
/
+1
*
thread_pthread.c: shorten and fix thread cache implementation
normal
2018-02-18
1
-57
/
+49
*
thread_pthread.c (native_cond_timeout): simplify
normal
2018-02-18
1
-13
/
+5
*
thread_pthread.c: Use `getpagesize()` when `pthread_attr_getguardsize` is una...
mame
2018-02-15
1
-0
/
+4
*
fix up r62272
nobu
2018-02-07
1
-2
/
+1
*
thread.c: favor timespec internally
normal
2018-02-07
1
-31
/
+12
*
thread_pthread.c: cast inside rb_thread_create_mjit_thread
nobu
2018-02-06
1
-2
/
+2
*
assigning void* to a function pointer is a POSIXism
shyouhei
2018-02-05
1
-2
/
+2
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-76
/
+113
*
thread_pthread.c: remove dead code around "get_stack_of"
normal
2018-01-09
1
-16
/
+0
*
thread_pthread.c: round stack size
nobu
2018-01-09
1
-2
/
+5
*
thread_pthread: remove checks for pthread_cond*_init
normal
2018-01-09
1
-5
/
+1
*
thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefs
normal
2018-01-09
1
-14
/
+1
*
Fix the position of VM_ASSERT for "pthread_create failed for time"
mame
2018-01-09
1
-1
/
+1
*
thread_pthread: more diagnostics around timer thread creation failures
normal
2018-01-09
1
-2
/
+14
*
Explicit failure in VM_CHECK_MODE when failing to create timer thread
mame
2018-01-09
1
-0
/
+1
*
thread_pthread.c: use container_of
normal
2018-01-02
1
-2
/
+1
*
offsetof(type, foo.bar) is (arguably) a GCCism
shyouhei
2018-01-02
1
-2
/
+4
*
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
1
-1
/
+1
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-19
/
+17
*
thread_pthread: do not corrupt stack
normal
2017-10-23
1
-2
/
+3
*
Drop to support NaCl platform.
hsbt
2017-10-23
1
-6
/
+1
*
thread_pthread.c: do not wakeup inside child processes
normal
2017-09-30
1
-6
/
+10
*
move th->machine to ec->machine.
ko1
2017-09-10
1
-16
/
+16
*
thread_win32.c: set thread name
nobu
2017-08-26
1
-0
/
+11
*
a64: fix crash on register stack mark/sweep pass
takano32
2017-07-10
1
-6
/
+6
*
thread_pthread.c: workaround for valgrind on Mac
nobu
2017-06-09
1
-1
/
+9
*
thread_pthread: retry timer thread creation w/o attr on EINVAL
normal
2017-05-24
1
-2
/
+13
*
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-26
1
-1
/
+1
*
thread_pthread.c: check stack on co-routine case
nobu
2016-09-03
1
-1
/
+4
*
thread_pthread.c: no fork, no gvl_atfork
nobu
2016-05-20
1
-0
/
+2
*
thread.c: defer setting name in initialize
nobu
2016-04-15
1
-2
/
+5
*
* thread_pthread.c (reserve_stack): fix reserving position where
naruse
2016-03-24
1
-6
/
+20
*
* thread_pthread.c (getstack): __pi_stacksize returned by
odaira
2016-03-04
1
-1
/
+4
*
* thread_pthread.c (rb_thread_create_timer_thread): destroy attr even
nagachika
2015-12-29
1
-3
/
+1
*
thread_pthread.c (rb_thread_create_timer_thread): fix race
normal
2015-12-29
1
-2
/
+3
*
* compile.c: fix typos.
hsbt
2015-12-14
1
-1
/
+1
*
configure.in: split SET_THREAD_NAME
nobu
2015-12-03
1
-7
/
+6
*
* thread_pthread.c (register_ubf_list): renamed from
kosaki
2015-11-30
1
-111
/
+61
*
Haiku now best effort support
nobu
2015-11-23
1
-0
/
+12
[next]