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

/illumos-gate/usr/src/head/
H A Ducontext.h58 #pragma redefine_extname makecontext __makecontext_v2
60 #define makecontext __makecontext_v2 macro
69 extern void makecontext(ucontext_t *, void(*)(), int, ...);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c32 #pragma weak _makecontext = makecontext
44 * When makecontext() returns, the ucontext_t will be set to run the
52 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
47 * When makecontext() returns, the ucontext_t will be set to run the
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
76 * The legacy implemenation of makecontext() on sparc has been to
159 * because it remaps the symbol makecontext.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
47 * When makecontext() returns, the ucontext_t will be set to run the
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
76 * The legacy implemenation of makecontext() on sparc has been to
159 * because it remaps the symbol makecontext.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
42 * When makecontext() returns, the ucontext_t will be set to run the
76 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function

Completed in 58 milliseconds