Home
last modified time | relevance | path

Searched defs:SetAffinity (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc195 bool ThreadPosix::SetAffinity(const int* processorNumbers, in SetAffinity() function in webrtc::ThreadPosix
225 bool ThreadPosix::SetAffinity(const int* , const unsigned int) in SetAffinity() function in webrtc::ThreadPosix
/external/webrtc/src/system_wrappers/interface/
Dthread_wrapper.h71 virtual bool SetAffinity(const int* /*processorNumbers*/, in SetAffinity() function