Home
last modified time | relevance | path

Searched refs:getThreadStackBottom (Results 1 – 2 of 2) 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
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d130 …import core.sys.windows.threadaux /+: getThreadStackBottom, impersonate_thread, OpenThreadHandle+/; in version()
1358 return thread_attachByAddrB( addr, getThreadStackBottom( addr ) ); in version()