summaryrefslogtreecommitdiff
path: root/coroutine/ucontext
Commit message (Expand)AuthorAgeFilesLines
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-012-0/+2
* Fix -Wundef warnings in coroutine/*/Context.hBenoit Daloze2021-05-041-0/+3
* Added include guards to coroutine headersNobuyoshi Nakada2021-01-221-0/+5
* function pointers are not void*卜部昌平2020-02-061-1/+1
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-281-1/+1
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-281-1/+1
* coroutine/ucontext/Context.c: define __EXTENSIONS__ explicitlyYusuke Endoh2019-12-051-1/+6
* coroutine/ucontext/Context.c: Include "ruby/config.h" for SolarisYusuke Endoh2019-12-041-0/+1
* Make fiber_pool more conservative on platforms with limited address space.Samuel Williams2019-07-181-0/+4
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-262-0/+82