Searched refs:getStackBottom (Results 1 – 3 of 3) sorted by relevance
13 auto bottom = getStackBottom(); in showThreadInfo()16 printf("stack bottom:%p\n", getStackBottom()); in showThreadInfo()
90 …alias getStackBottom = externDFunc!("core.thread.osthread.getStackBottom", void* function() nothro… variable142 m_main.bstack = getStackBottom(); in initDataStorage()
1299 thisContext.bstack = getStackBottom(); in private()1305 thisContext.bstack = getStackBottom(); in private()1639 package extern(D) void* getStackBottom() nothrow @nogc in package()