Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstacktrace.d170 HANDLE hThread = GetCurrentThread(); in traceNoSync() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dexpand_path.c147 HANDLE hThread = NULL; in _expand_userid() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d2725 HANDLE hThread = cast(HANDLE) _beginthreadex(null, stacksize, &thread_lowlevelEntry, in delegate() local