Statistics
| Branch: | Revision:

root / coroutine-sigaltstack.c @ 85e8dab1

History | View | Annotate | Download (9.2 kB)

# Date Author Comment
3194c8ce 03/12/2012 04:14 pm Alex Barcelo

coroutine: adding sigaltstack method (.c source)

This file is based in both coroutine-ucontext.c and
pth_mctx.c (from the GNU Portable Threads library).

The mechanism used to change stacks is the sigaltstack
function (variant 2 of the pth library).

v2: Some corrections. Moving global variables into...