Searched refs:makecontext (Results 1 - 5 of 5) sorted by relevance
/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/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/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.
|
/osnet-11/usr/src/lib/libc/port/ |
H A D | llib-lc | 686 #undef makecontext 687 void makecontext(ucontext_t *ucp, void (*func)(), int argc, ...);
|
Completed in 18 milliseconds