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
*
pass `th` to `thread_sched_to_waiting()`
Koichi Sasada
2023-03-31
1
-2
/
+2
*
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-15
1
-1
/
+0
*
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-14
1
-0
/
+1
*
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-09
1
-1
/
+0
*
TestThreadInstrumentation: emit the EXIT event sooner
Jean Boussier
2023-03-06
1
-0
/
+2
*
Allow `RUBY_DEBUG_LOG` format to be empty
Nobuyoshi Nakada
2022-08-06
1
-2
/
+2
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-101
/
+101
*
GVL Instrumentation: remove the EXITED count assertion
Jean Boussier
2022-07-13
1
-2
/
+0
*
Fix warnings by old gcc
Nobuyoshi Nakada
2022-06-23
1
-1
/
+2
*
Non-void functions must return value
Nobuyoshi Nakada
2022-06-23
1
-0
/
+2
*
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-06-17
1
-0
/
+2
*
Remove unused rb_thread_create_mjit_thread
Takashi Kokubun
2022-06-15
1
-25
/
+0
*
[Feature #18339] GVL Instrumentation API
Jean Boussier
2022-06-03
1
-0
/
+12
*
remove `DEBUG_OUT()` macro
Koichi Sasada
2022-05-24
1
-6
/
+0
*
use `RUBY_DEBUG_LOG` instead of `thread_debug`
Koichi Sasada
2022-05-24
1
-41
/
+55
*
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-23
1
-22
/
+27
*
rename thread internal naming
Koichi Sasada
2022-04-22
1
-17
/
+19
*
thread.c: put platform specific part in each impl file
Yuta Saito
2022-01-19
1
-0
/
+6
*
Function `w32_error` does not return
xtkoba
2021-10-04
1
-0
/
+2
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-2
/
+2
*
Make `Thread#native_thread_id` not-implemented if unsupported
Nobuyoshi Nakada
2021-06-01
1
-0
/
+1
*
Add Thread#native_thread_id [Feature #17853]
NARUSE, Yui
2021-05-26
1
-0
/
+8
*
Fix compilation error in thread_win32.c
Peter Zhu
2021-05-04
1
-5
/
+5
*
Suppress maybe-uninitialized warning by mingw gcc 11
Nobuyoshi Nakada
2021-05-04
1
-1
/
+12
*
fix public interface
Koichi Sasada
2020-11-18
1
-25
/
+14
*
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-11-11
1
-7
/
+3
*
thread_win32.c: native_mutex_trylock is not used right now
Nobuyoshi Nakada
2020-09-28
1
-0
/
+1
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-19
/
+40
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-1
/
+1
*
Specify that size is non-committed memory.
Samuel Williams
2019-06-19
1
-1
/
+1
*
Use default stack size for worker thread (no th pointer available).
Samuel Williams
2019-06-19
1
-1
/
+1
*
Use stack size defaults for win32 threads.
Samuel Williams
2019-06-19
1
-2
/
+2
*
thread.c (call_without_gvl): spawn thread for UBF iff single-threaded
normal
2019-01-04
1
-0
/
+6
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+2
*
rb_sigwait_sleep: change internal API to use rb_hrtime_t
normal
2018-10-19
1
-2
/
+2
*
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-25
1
-3
/
+8
*
thread_pthread.c: reinitialize ubf_list at fork
normal
2018-08-20
1
-0
/
+1
*
thread.c (consume_communication_pipe): disarm UBF_TIMER before consume
normal
2018-08-16
1
-0
/
+1
*
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-13
1
-2
/
+27
*
thread_pthread.c: restore timer-thread for now :<
normal
2018-08-06
1
-27
/
+2
*
thread_win32.c: suppress warnings by -Wsuggest-attribute
k0kubun
2018-08-02
1
-1
/
+2
*
thread*.c: waiting on sigwait_fd performs periodic ubf wakeups
normal
2018-07-30
1
-0
/
+1
*
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-29
1
-2
/
+25
*
mjit: get rid of memory leak in pause+resume loop
normal
2018-07-08
1
-1
/
+1
*
thread: reduce GET_THREAD calls
normal
2018-05-16
1
-4
/
+6
*
thread*: all condvars are monotonic
normal
2018-04-22
1
-1
/
+1
*
thread.c: favor timespec internally
normal
2018-02-07
1
-3
/
+3
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-31
/
+54
*
thread_win32.c: stop returning unused value
k0kubun
2017-11-16
1
-9
/
+7
*
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
1
-5
/
+5
[next]