Home
last modified time | relevance | path

Searched defs:stackBottom (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d27 auto stackBottom = test_fiber.tupleof[8]; in main() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d32 auto stackBottom = __traits(getMember, test_fiber, "m_pmem"); in main() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d820 auto stackBottom = cast(void**) thread_stackBottom(); in this() local