Exemplo n.º 1
0
 static extern int swapcontext(ucontext_t *__oucp, ucontext_t *__ucp);
Exemplo n.º 2
0
 //extern void makecontext(IntPtr* __ucp, RunDelegate __func, int __argc, params IntPtr __rest);
 static extern void makecontext(ucontext_t *__ucp, RunDelegate __func, int __argc);
Exemplo n.º 3
0
 static extern int setcontext(ucontext_t *__ucp);