示例#1
0
 static extern int swapcontext(ucontext_t *__oucp, ucontext_t *__ucp);
示例#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);
示例#3
0
 static extern int setcontext(ucontext_t *__ucp);