setcontext is one of a family of C library functions (the others being getcontext, makecontext and swapcontext) used for context control. The setcontext...
9 KB (1,166 words) - 09:15, 9 March 2024
implemented in modern Unix systems using the library functions getcontext, setcontext and swapcontext in ucontext.h, as in GNU Portable Threads, or in assembler...
6 KB (605 words) - 09:56, 14 May 2024
without using setcontext or other fiber facilities. Considering that setjmp to a child function will generally work unless sabotaged, and setcontext, as part...
15 KB (1,609 words) - 01:14, 29 September 2024
may be created for signal handling or cooperative multitasking (as with setcontext). Since there is only one in this important context, it can be referred...
26 KB (3,569 words) - 13:03, 2 October 2024
public ActionBeanContext getContext() { return context; } public void setContext(ActionBeanContext context) { this.context = context; } public void setName(String...
8 KB (580 words) - 02:43, 7 September 2024
Single Unix Specification (SUSv3) provided such routines as getcontext, setcontext, makecontext and swapcontext, but these functions were declared obsolete...
47 KB (5,021 words) - 23:12, 24 October 2024