Searched defs:makecontext (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | makectxt.c | 32 #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
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | makectxt.c | 32 #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
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | makectxt.c | 32 #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.
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | makectxt.c | 32 #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.
|
Completed in 261 milliseconds