Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc239 const unsigned int amountOfProcessors) { in SetAffinity() argument
240 if (!processorNumbers || (amountOfProcessors == 0)) { in SetAffinity()
247 processor < amountOfProcessors; in SetAffinity()
Dthread_win.cc112 const unsigned int amountOfProcessors) in SetAffinity() argument
116 processorIndex < amountOfProcessors; in SetAffinity()
Dthread_win.h31 const unsigned int amountOfProcessors);
Dthread_posix.h37 unsigned int amountOfProcessors);