aboutsummaryrefslogtreecommitdiffstats
path: root/test/fiber/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* Wait for sleepr thread to finish not to leakNobuyoshi Nakada2023-07-131-1/+1
* Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams2023-06-031-0/+22
* Fix potential hang when joining threads.Samuel Williams2021-08-031-0/+39
* Revert "Fix potential hang when joining threads."Yusuke Endoh2021-07-281-14/+0
* Fix potential hang when joining threads.Samuel Williams2021-07-271-0/+14
* Suppress exception report in inner threadNobuyoshi Nakada2021-06-151-1/+3
* Close leaked file descriptorsNobuyoshi Nakada2021-06-151-0/+2
* Wake up join list within thread EC context. (#4471)Samuel Williams2021-06-141-0/+20
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-0/+45