Searched refs:getStackTop (Results 1 – 4 of 4) sorted by relevance
12 auto top = getStackTop(); in showThreadInfo()15 printf("stack top: %p\n", getStackTop()); in showThreadInfo()
91 …alias getStackTop = externDFunc!("core.thread.osthread.getStackTop", void* function() nothrow @nog… variable1298 return getStackTop();
1626 package extern(D) void* getStackTop() nothrow @nogc in package()1951 t.m_curr.tstack = getStackTop(); in private()2447 obj.m_curr.tstack = getStackTop(); in version()
1619 *oldp = getStackTop(); in switchIn()1653 *oldp = getStackTop(); in switchOut()