Global Information Lookup Global Information

Setcontext information


setcontext is one of a family of C library functions (the others being getcontext, makecontext and swapcontext) used for context control. The setcontext family allows the implementation in C of advanced control flow patterns such as iterators, fibers, and coroutines. They may be viewed as an advanced version of setjmp/longjmp; whereas the latter allows only a single non-local jump up the stack, setcontext allows the creation of multiple cooperative threads of control, each with its own stack.

and 3 Related for: Setcontext information

Request time (Page generated in 0.5321 seconds.)

Setcontext

Last Update:

setcontext is one of a family of C library functions (the others being getcontext, makecontext and swapcontext) used for context control. The setcontext...

Word Count : 1166

Call stack

Last Update:

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...

Word Count : 3567

Coroutine

Last Update:

Single Unix Specification (SUSv3) provided such routines as getcontext, setcontext, makecontext and swapcontext, but these functions were declared obsolete...

Word Count : 4988

PDF Search Engine © AllGlobal.net