summaryrefslogtreecommitdiff
path: root/ext/-test-/thread
AgeCommit message (Expand)Author
2024-02-26Fix compilation for platforms without pthreadPierrick Bouvier
2024-02-21`rb_thread_lock_native_thread()`Koichi Sasada
2023-11-28Further fix the GVL instrumentation APIJean Boussier
2023-11-27Refactor and fix the GVL instrumentation APIJean Boussier
2023-11-13GVL Instrumentation: pass thread->self as part of event dataJean Boussier
2023-04-07[Bug#19161] Detect thread local storage specifierNobuyoshi Nakada
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2022-07-08Make a local symbol staticNobuyoshi Nakada
2022-07-07thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier
2022-06-19Remove unnecessary `*` before the function nameNobuyoshi Nakada
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-03[Feature #18339] GVL Instrumentation APIJean Boussier