예제 #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);