Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d244 uint retLength; in enumProcessThreads() local
252 rc = fn( SystemProcessInformation, buf, sz, &retLength ); in enumProcessThreads()
264 auto pend = cast(_SYSTEM_PROCESS_INFORMATION*) (buf + retLength); in enumProcessThreads()