Searched defs:swapcontext (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Dgetcontext.s32 ANSI_PRAGMA_WEAK(swapcontext,function)
41 * As swapcontext() is actually equivalent to getcontext() + setcontext(),
42 * swapcontext() shares the most code with getcontext().
82 * swapcontext(ucontext_t *oucp, const ucontext_t *ucp)
85 ENTRY(swapcontext) function
94 SET_SIZE(swapcontext)
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgetcontext.s32 ANSI_PRAGMA_WEAK(swapcontext,function)
38 * getcontext() and swapcontext() are written in assembler since it has to
42 * As swapcontext() is actually equivalent to getcontext() + setcontext(),
43 * swapcontext() shares the most code with getcontext().
82 * swapcontext(ucontext_t *oucp, const ucontext_t *ucp)
84 ENTRY(swapcontext) function
92 SET_SIZE(swapcontext)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dswapctxt.c32 #pragma weak _swapcontext = swapcontext
40 swapcontext(ucontext_t *oucp, const ucontext_t *nucp) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dswapctxt.c32 #pragma weak _swapcontext = swapcontext
40 swapcontext(ucontext_t *oucp, const ucontext_t *nucp) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1247 swapcontext.3c \
1916 swapcontext.3c := LINKSRC = makecontext.3c

Completed in 70 milliseconds