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
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-13
GVL Instrumentation: remove the EXITED count assertion
Jean Boussier
2022-07-07
thread_pthread.c: call SUSPENDED event when entering native_sleep
Jean Boussier
2022-07-06
thread_pthread.c: Remove useless call to pthread_rwlock_init
Jean Boussier
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-07
thread_pthread.c: trigger THREAD_EVENT_READY when going throuhg the fast path.
Jean Boussier
2022-06-03
[Feature #18339] GVL Instrumentation API
Jean Boussier
2022-05-27
Support old Mac OS X SDK and gcc
Nobuyoshi Nakada
2022-05-24
altstack is native thread's attr
Koichi Sasada
2022-05-24
remove `DEBUG_OUT()` macro
Koichi Sasada
2022-05-24
use `RUBY_DEBUG_LOG` instead of `thread_debug`
Koichi Sasada
2022-05-24
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-05-23
Support old Mac OS X
Nobuyoshi Nakada
2022-05-22
Revert broken thread_pthread.c in 539459abda3
Nobuyoshi Nakada
2022-05-22
Ruby31: add support for Darwin ppc/ppc64 (#5927)
Sergey Fedorov
2022-04-22
Fix build if UBF_TIMER == UBF_TIMER_PTHREAD
Jeremy Evans
2022-04-23
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-22
rename thread internal naming
Koichi Sasada
2022-04-14
fix to use `node.gvl` instead of `node.ubf`
Koichi Sasada
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-01-19
thread.c: put platform specific part in each impl file
Yuta Saito
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-09-10
include/ruby/internal/interpreter.h: add doxygen
卜部昌平
2021-08-16
Suppress unused-variable warnings
Nobuyoshi Nakada
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-06-09
POSIX timer cannot be shared in forked process [Bug #17941]
Nobuyoshi Nakada
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 -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-02-02
add debug code for timer_posix
Koichi Sasada
2021-01-23
thread_pthread.c: pthread_kill is not available on emscripten
Yusuke Endoh
2020-11-11
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-10-20
Use language TLS specifier if it is possible.
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-05-01
Get rid of -Wgnu-folding-constant errors
Nobuyoshi Nakada
2020-04-23
Fixed inverted current thread condition [Bug #16808]
Nobuyoshi Nakada
2020-04-23
Truncate too long thread name before setting [Bug #16808]
Nobuyoshi Nakada
2020-03-06
thread_pthread.c: allocate sigaltstack before pthread_create
Yusuke Endoh
2020-02-07
more on NULL versus functions.
卜部昌平
2019-08-27
rb_thread_create now free from ANYARGS
卜部昌平
2019-06-19
* expand tabs.
git
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
* remove trailing spaces, expand tabs.
git
2019-06-19
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-05-25
* expand tabs.
git
2019-05-24
Fix process not waking up on signals on OpenBSD
Jeremy Evans
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
thread.c (call_without_gvl): spawn thread for UBF iff single-threaded
normal
[next]