Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d214 static void* getThreadStackBottom( HANDLE hnd ) nothrow @nogc in getThreadStackBottom() function
221 static void* getThreadStackBottom( uint id ) nothrow @nogc in getThreadStackBottom() function
352 alias thread_aux.getThreadStackBottom getThreadStackBottom; variable