Searched defs:getcontext (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Dgetcontext.s27 .file "getcontext.s"
31 ANSI_PRAGMA_WEAK(getcontext,function)
38 * getcontext() is written in assembler since it has to capture the correct
41 * As swapcontext() is actually equivalent to getcontext() + setcontext(),
42 * swapcontext() shares the most code with getcontext().
48 /* call getcontext: syscall */ \
70 /* getcontext returns 0 after setcontext */
73 * getcontext(ucontext_t *ucp)
76 ENTRY(getcontext) function
79 SET_SIZE(getcontext)
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgetcontext.s27 .file "getcontext.s"
31 ANSI_PRAGMA_WEAK(getcontext,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().
50 call __getcontext; /* call getcontext: syscall */ \
70 /* getcontext returns 0 after a setcontext */
73 * getcontext(ucontext_t *ucp)
75 ENTRY(getcontext) function
78 SET_SIZE(getcontext)
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dgetctxt.c32 #pragma weak _getcontext = getcontext
40 getcontext(ucontext_t *ucp) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dgetctxt.c32 #pragma weak _getcontext = getcontext
40 getcontext(ucontext_t *ucp) function

Completed in 1540 milliseconds