Home
last modified time | relevance | path

Searched refs: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
28 auto p = mmap(stackBottom - 8 * stackSize, 8 * stackSize, in main()
/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
33 auto p = mmap(stackBottom - 8 * stackSize, 8 * stackSize, in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d820 auto stackBottom = cast(void**) thread_stackBottom(); in this() local
823 if ( stackTop && &dummy < stackTop && stackTop < stackBottom ) in this()
828 stackPtr < stackBottom && in this()