summaryrefslogtreecommitdiff
path: root/test/-ext-/thread
AgeCommit message (Expand)Author
2024-02-21`rb_thread_lock_native_thread()`Koichi Sasada
2023-12-12Remove unused statementYusuke Endoh
2023-12-09Fix test of GVL instrumentation on Ractor sleepingJohn Hawthorn
2023-12-09Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-12-03Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn
2023-12-02Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
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
2022-07-13GVL Instrumentation: remove the EXITED count assertionJean Boussier
2022-07-13thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier
2022-07-12Refactor tests for ThreadInstrumentation countersNobuyoshi Nakada
2022-07-12Use `IO.popen` to fork and exit the child process without cleanupNobuyoshi Nakada
2022-07-08Relax assertion condition for thread local countersNobuyoshi Nakada
2022-07-07thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier
2022-06-20test_instrumentation_api.rb: Allow one less exitJean Boussier
2022-06-19Scale the time to wait native threads to run hookNobuyoshi Nakada
2022-06-17Debug TestThreadInstrumentationJean Boussier
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-07Refactor TestThreadInstrumentation to investigate CI flakinessJean Boussier
2022-06-06Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh
2022-06-03[Feature #18339] GVL Instrumentation APIJean Boussier