HomeSort by relevance Sort by last modified time
    Searched refs:SetAffinity (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Platform.cpp 16 void SetAffinity ( int cpu )
26 void SetAffinity ( int /*cpu*/ )
Platform.h 6 void SetAffinity ( int cpu );
main.cpp 565 SetAffinity((1 << 2));
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 77 virtual bool SetAffinity(const int* /*processorNumbers*/,
  /external/webrtc/src/system_wrappers/source/
thread_win.h 30 bool SetAffinity(const int* processorNumbers,
thread_posix.h 36 virtual bool SetAffinity(const int* processorNumbers,
thread_win.cc 111 bool ThreadWindows::SetAffinity(const int* processorNumbers,
thread_posix.cc 236 // SetAffinity on Android for now.
238 bool ThreadPosix::SetAffinity(const int* processorNumbers,
273 bool ThreadPosix::SetAffinity(const int* , const unsigned int)

Completed in 144 milliseconds