Home
last modified time | relevance | path

Searched refs:OpenThreadHandle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d228 static HANDLE OpenThreadHandle( uint id ) nothrow @nogc in OpenThreadHandle() function
353 alias thread_aux.OpenThreadHandle OpenThreadHandle; 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()
1388 thisThread.m_hndl = OpenThreadHandle( addr ); in version()
2793 HANDLE handle = OpenThreadHandle(tid); in joinLowLevelThread()