Searched refs:getThreadStackBottom (Results 1 – 2 of 2) sorted by relevance
214 static void* getThreadStackBottom( HANDLE hnd ) nothrow @nogc in getThreadStackBottom() function221 static void* getThreadStackBottom( uint id ) nothrow @nogc in getThreadStackBottom() function352 alias thread_aux.getThreadStackBottom getThreadStackBottom; variable
130 …import core.sys.windows.threadaux /+: getThreadStackBottom, impersonate_thread, OpenThreadHandle+/; in version()1358 return thread_attachByAddrB( addr, getThreadStackBottom( addr ) ); in version()