summaryrefslogtreecommitdiff
path: root/coroutine/ucontext
AgeCommit message (Expand)Author
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-05-04Fix -Wundef warnings in coroutine/*/Context.hBenoit Daloze
2021-01-22Added include guards to coroutine headersNobuyoshi Nakada
2020-02-06function pointers are not void*卜部昌平
2019-12-28Remove "All Rights Reserved." from Copyright statement.Samuel Williams
2019-12-28Remove "All Rights Reserved." from Copyright statement.Samuel Williams
2019-12-05coroutine/ucontext/Context.c: define __EXTENSIONS__ explicitlyYusuke Endoh
2019-12-04coroutine/ucontext/Context.c: Include "ruby/config.h" for SolarisYusuke Endoh
2019-07-18Make fiber_pool more conservative on platforms with limited address space.Samuel Williams
2019-06-26Add `ucontext` coroutine implementation for generic fallback.Samuel Williams