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) - 23:11, 16 February 2025
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,784 words) - 01:57, 17 April 2025
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,658 words) - 16:39, 2 June 2025
Single Unix Specification (SUSv3) provided such routines as getcontext, setcontext, makecontext and swapcontext, but these functions were declared obsolete...
54 KB (5,477 words) - 08:24, 28 April 2025
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