Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d89 long ReadOperationCount; member
H A Dwinnt.d2639 ULONGLONG ReadOperationCount;
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dutil.c1076 uv_rusage->ru_inblock = (uint64_t) ioCounters.ReadOperationCount; in uv_getrusage()