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_win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use PRIuSIZE format specifier for size_t values
rhe
2016-09-13
1
-1
/
+1
*
thread.c: clear atfork functions
nobu
2016-05-09
1
-7
/
+0
*
* thread_pthread.c (register_ubf_list): renamed from
kosaki
2015-11-30
1
-1
/
+1
*
improve handling of timer thread shutdown
normal
2015-08-14
1
-7
/
+1
*
* process.c (redirect_dup2): when the new FD of dup2() coflicts
ngoto
2015-07-16
1
-0
/
+6
*
* thread_pthread.c (native_set_thread_name): New function to
akr
2014-09-21
1
-0
/
+5
*
thread_pthread.c: timer thread flag
nobu
2014-06-11
1
-15
/
+18
*
Handle machine stack overflow on mingw
nobu
2014-05-15
1
-0
/
+12
*
thread_*.c: constify
nobu
2014-05-09
1
-2
/
+2
*
vm_core.h: rb_thread_struct::machine
nobu
2014-01-28
1
-3
/
+3
*
* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of
usa
2013-11-21
1
-0
/
+6
*
* thread_(pthread|win32).h: rename rb_thread_cond_t to
ko1
2013-07-23
1
-8
/
+8
*
* thread_native.h: add rb_nativethread_self() which returns
ko1
2013-07-23
1
-0
/
+7
*
* thread_native.h: added.
ko1
2013-07-23
1
-10
/
+10
*
win32: for strict ANSI
nobu
2013-07-08
1
-3
/
+3
*
timev.h: move time_t stuffs
nobu
2013-03-30
1
-10
/
+0
*
* internal.h: Define TIMET_MAX and TIMET_MIN here.
akr
2013-03-26
1
-2
/
+0
*
* thread_win32.c (native_sleep): suppress warning.
nobu
2013-03-21
1
-1
/
+1
*
thread_win32.c: suppress warning
nobu
2013-02-27
1
-8
/
+2
*
* thread_win32.c: catch up latest change of BLOCKING_REGION.
ko1
2012-11-28
1
-2
/
+2
*
thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEX
nobu
2012-06-17
1
-13
/
+13
*
thread_win32.c: USE_WIN32_MUTEX
nobu
2012-06-17
1
-2
/
+2
*
thread_win32.c: reserved pattern name
nobu
2012-06-17
1
-3
/
+3
*
* thread_win32.c (native_thread_create): add a comment.
usa
2012-06-08
1
-1
/
+1
*
* thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]
usa
2012-03-29
1
-1
/
+1
*
* thread_win32.c (rb_w32_wait_events_blocking): use
shirosaki
2012-01-28
1
-4
/
+4
*
* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,
ko1
2011-07-03
1
-0
/
+5
*
* thread_win32.c (native_stop_timer_thread): fixed commit miss of
usa
2011-06-28
1
-1
/
+1
*
* thread_pthread.c: Stop polling in the timer thread when there are
ko1
2011-06-27
1
-0
/
+6
*
* thread.c (do_select): Windows: no need to poll if select(2) is
usa
2011-06-15
1
-0
/
+28
*
* thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.
kosaki
2011-06-13
1
-0
/
+9
*
* thread_pthread.c: rewrite GVL completely.
kosaki
2011-06-13
1
-2
/
+2
*
* thread_win32.c (native_cond_signal): remove unnecessary rb_bug().
kosaki
2011-06-13
1
-3
/
+0
*
* atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.
nobu
2011-06-12
1
-1
/
+0
*
remove debugging code
kosaki
2011-05-07
1
-1
/
+0
*
fix win32 native_cond_timedwait() makes SIGSEGV.
kosaki
2011-05-07
1
-16
/
+32
*
fix mutex deadlock test hang-up.
kosaki
2011-05-07
1
-1
/
+1
*
sleep_cond use monotonic time if possible.
kosaki
2011-05-06
1
-3
/
+23
*
fix win32 compile error.
kosaki
2011-05-06
1
-0
/
+2
*
mutex: deadlock check timeout use monotonic time.
kosaki
2011-05-06
1
-0
/
+23
*
* thread_pthread.h (rb_thread_cond_t): add clockid field. it's
kosaki
2011-05-06
1
-1
/
+1
*
* thread_pthread.c (native_mutex_reinitialize_atfork): removed
kosaki
2011-05-05
1
-2
/
+0
*
* thread_win32.c, include/ruby/win32.h: add prototypes.
nobu
2011-04-29
1
-0
/
+4
*
* thread_win32.c (native_cond_timedwait): New. r31373 caused
kosaki
2011-04-29
1
-17
/
+40
*
* thread.c (thread_cleanup_func): Moved interrupted_lock
kosaki
2010-12-20
1
-1
/
+0
*
* thread_win32.c (gvl_release, gvl_init): suppress warnings.
nobu
2010-11-28
1
-2
/
+2
*
* thread.c, vm_core.h: make gvl_acquire/release/init/destruct
ko1
2010-11-27
1
-59
/
+104
*
* thread_win32.c (w32_error): should get error no only once, because
usa
2010-10-27
1
-2
/
+3
*
* Makefile.in (ASFLAGS): needs INCFLAGS.
nobu
2010-10-26
1
-0
/
+13
*
* thread_win32.c (w32_error): get English message first, instead
usa
2010-10-13
1
-7
/
+14
[next]