aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread_mn.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn2023-12-031-3/+0
* Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn2023-12-021-0/+3
* Cast up before multiplicationNobuyoshi Nakada2023-10-291-2/+2
* use `uint32_t` instead of `__uint32_t`Koichi Sasada2023-10-131-1/+1
* Use `sysconf()` to get PAGE_SIZEKoichi Sasada2023-10-131-1/+13
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-0/+843