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 (native_cond_timedwait): add to care EINTR.
kosaki
2011-05-08
1
-3
/
+15
*
revert r31474. we cann't call xmalloc under FGLOCK.
kosaki
2011-05-08
1
-2
/
+2
*
* thread_pthread.c (add_signal_thread_list): use xmalloc instead
kosaki
2011-05-08
1
-2
/
+2
*
* thread_pthread.c: cleanup signal_thread_list related ifdef.
kosaki
2011-05-08
1
-42
/
+46
*
* thread_pthread.c (USE_MONOTONIC_COND): check the availability
nobu
2011-05-07
1
-3
/
+6
*
sleep_cond use monotonic time if possible.
kosaki
2011-05-06
1
-33
/
+41
*
fix win32 compile error.
kosaki
2011-05-06
1
-1
/
+2
*
mutex: deadlock check timeout use monotonic time.
kosaki
2011-05-06
1
-36
/
+45
*
* thread_pthread.c (get_ts): add monotonic clock capability.
kosaki
2011-05-06
1
-3
/
+22
*
* thread_pthread.h (rb_thread_cond_t): add clockid field. it's
kosaki
2011-05-06
1
-31
/
+51
*
* thread_pthread.c (native_mutex_reinitialize_atfork): removed
kosaki
2011-05-05
1
-5
/
+0
*
* thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.
kosaki
2011-04-29
1
-1
/
+1
*
* random.c (random_rand): remove unused variables.
naruse
2011-04-25
1
-6
/
+6
*
* thread_pthread.c (register_cached_thread_and_wait): move invalid
nobu
2011-02-06
1
-1
/
+4
*
* thread.c (thread_cleanup_func): Moved interrupted_lock
kosaki
2010-12-20
1
-1
/
+0
*
* thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.
kosaki
2010-12-20
1
-0
/
+1
*
* thread_pthread.c (NATIVE_MUTEX_LOCK_DEBUG): move and use it.
ko1
2010-11-28
1
-3
/
+3
*
* thread_pthread.c: remove pthread_atfork().
ko1
2010-11-28
1
-35
/
+12
*
* thread_pthread.c (native_cond_*): Check return code.
ko1
2010-11-28
1
-4
/
+17
*
* thread_pthread.c (thread_start_func_1): initialize native thread
nobu
2010-11-28
1
-6
/
+11
*
* thread_pthread.c (gvl_release, gvl_init): suppress warnings.
nobu
2010-11-28
1
-2
/
+4
*
* thread_pthread.c (gvl_reinit): register atfork hander only in
nobu
2010-11-28
1
-4
/
+8
*
* thread.c, vm_core.h: make gvl_acquire/release/init/destruct
ko1
2010-11-27
1
-5
/
+161
*
* thread_pthread.c (native_sleep): suppress a warning for platforms
akr
2010-08-19
1
-1
/
+1
*
* thread_pthread.c (get_stack): fix memory leak; pthread_attr_destory
mame
2010-07-22
1
-2
/
+0
*
* thread_pthread.c (thread_start_func_1): don't call
naruse
2010-07-01
1
-0
/
+2
*
* thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX.
kanemoto
2010-06-29
1
-0
/
+12
*
* vm.c (Init_BareVM): call Init_native_thread here.
akr
2010-06-05
1
-1
/
+1
*
* vm_core.c (rb_thread_struct): add a field for sigaltstack.
mame
2010-05-13
1
-0
/
+1
*
* cont.c (stackgrowdirection): removed duplicated code, use
nobu
2010-05-08
1
-8
/
+0
*
* gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from
nobu
2010-04-14
1
-2
/
+2
*
* thread_pthread.c (native_thread_init_stack): use get_stack.
naruse
2010-02-04
1
-22
/
+13
*
* thread_pthread.c: DragonFlyBSD is also the same as FreeBSD
naruse
2010-02-03
1
-3
/
+3
*
* thread_pthread.c (ruby_init_stack): use pthread_get_attr_np
naruse
2010-02-03
1
-7
/
+16
*
removes the dtrace support. reverts r26239, r26238 and r26235.
yugui
2010-01-05
1
-2
/
+0
*
* trace.h: new file. wraps tracing mechanisms.
yugui
2010-01-03
1
-0
/
+2
*
* thread_pthread.c (native_mutex_reinitialize_atfork): release and
nobu
2009-12-10
1
-1
/
+4
*
* include/ruby/ruby.h (rb_bug_errno): declared.
akr
2009-11-24
1
-11
/
+11
*
* include/ruby/intern.h (rb_strerrno): declared.
akr
2009-11-24
1
-11
/
+11
*
* thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay for
nobu
2009-11-23
1
-7
/
+9
*
* thread.c (rb_thread_atfork_internal): reinitialize global lock
nobu
2009-11-18
1
-0
/
+2
*
* thread_pthread.c: removed last comma of enum.
nobu
2009-11-12
1
-1
/
+1
*
* thread.c (thread_create_core): moved failure handling from
nobu
2009-11-12
1
-5
/
+0
*
* thread_pthread.c (native_thread_create): constified.
nobu
2009-11-12
1
-13
/
+18
*
* thread_pthread.c (native_stop_timer_thread): delay joinning timer
usa
2009-11-02
1
-1
/
+3
*
* thread_pthread.c (native_stop_timer_thread): need to join timer thread
usa
2009-11-02
1
-1
/
+1
*
* thread_{pthread,win32}.c (native_stop_timer_thread): join the thread
usa
2009-11-02
1
-0
/
+7
*
* thread_pthread.c (rb_thread_create_timer_thread): print fatal error
ko1
2009-06-07
1
-1
/
+2
*
* eval.c (ruby_cleanup): the order of local variables on stack is
nobu
2009-04-19
1
-2
/
+2
*
* thread_pthread.c (ruby_init_stack): range of rlim_cur may be
nobu
2009-03-11
1
-2
/
+2
[next]