Home
last modified time | relevance | path

Searched refs:pstack (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d1163 void* pstack = m_ctxt.tstack; variable
1164 scope( exit ) m_ctxt.tstack = pstack;
1170 pstack -= size_t.sizeof; in push()
1171 *(cast(size_t*) pstack) = val; in push()
1175 pstack += size_t.sizeof; in push()
1176 *(cast(size_t*) pstack) = val; in push()
1187 pstack = cast(void*)(cast(size_t)(pstack) - (cast(size_t)(pstack) & 0x0F)); in version()
1191 pstack = cast(void*)(cast(size_t)(pstack) + (cast(size_t)(pstack) & 0x0F)); in version()
1256 pstack -= reserve; in version()
1257 *(cast(EXCEPTION_REGISTRATION*)pstack) = in version()
[all …]
/netbsd-src/usr.bin/vgrind/
H A Dvfontedpr.c107 static char pstack[PSMAX][PNAMELEN+1]; /* the procedure name stack */ variable
292 pstack[psptr][0] = '\0'; in main()
337 ps(pstack[psptr]); in main()
374 strlcpy(pstack[psptr], pname, sizeof(pstack[psptr])); in putScp()
/netbsd-src/usr.bin/pmap/
H A DTODO9 psig, pstack, pfiles and pwdx (or perhaps not, since they're pretty
13 main trunk, and pstack will make much more sense after the nathanw_sa