Searched defs:amountOfProcessors (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dthread_win.cc112 const unsigned int amountOfProcessors)
116 processorIndex < amountOfProcessors;
111 SetAffinity(const int* processorNumbers, const unsigned int amountOfProcessors) argument
H A Dthread_posix.cc239 const unsigned int amountOfProcessors) {
240 if (!processorNumbers || (amountOfProcessors == 0)) {
247 processor < amountOfProcessors;
238 SetAffinity(const int* processorNumbers, const unsigned int amountOfProcessors) argument

Completed in 56 milliseconds