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