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