Searched defs:amount_of_processors (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread.cc32 const unsigned int amount_of_processors) {
31 SetAffinity(const int* processor_numbers, const unsigned int amount_of_processors) argument
H A Dthread_win.cc106 const unsigned int amount_of_processors) {
109 processor_index < amount_of_processors;
105 SetAffinity(const int* processor_numbers, const unsigned int amount_of_processors) argument
H A Dthread_posix.cc240 const unsigned int amount_of_processors) {
241 if (!processor_numbers || (amount_of_processors == 0)) {
248 processor < amount_of_processors;
239 SetAffinity(const int* processor_numbers, const unsigned int amount_of_processors) argument

Completed in 98 milliseconds