/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/chromium_org/third_party/webrtc/system_wrappers/source/ |
thread.cc | 31 bool ThreadWrapper::SetAffinity(const int* processor_numbers,
|
thread_posix.h | 39 virtual bool SetAffinity(const int* processor_numbers,
|
thread_win.h | 30 bool SetAffinity(const int* processor_numbers,
|
thread_posix.cc | 237 // SetAffinity on Android for now. 239 bool ThreadPosix::SetAffinity(const int* processor_numbers, 274 bool ThreadPosix::SetAffinity(const int* , const unsigned int) {
|
thread_win.cc | 105 bool ThreadWindows::SetAffinity(const int* processor_numbers,
|
/external/webrtc/src/system_wrappers/source/ |
thread_posix.h | 36 virtual bool SetAffinity(const int* processorNumbers,
|
thread_win.h | 30 bool 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)
|
thread_win.cc | 111 bool ThreadWindows::SetAffinity(const int* processorNumbers,
|
/external/libhevc/common/ |
ithread.c | 442 //perror("Error in setaffinity syscall PERROR : "); 443 //LOG_ERROR("Error in the syscall setaffinity: mask=0x%x err=0x%x", i4_mask, i4_sys_res);
|
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 118 static void setaffinity(void) function 135 setaffinity();
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
thread_wrapper.h | 80 virtual bool SetAffinity(const int* processor_numbers,
|
/external/webrtc/src/system_wrappers/interface/ |
thread_wrapper.h | 77 virtual bool SetAffinity(const int* /*processorNumbers*/,
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisiblePosition.h | 69 void setAffinity(EAffinity affinity) { m_affinity = affinity; }
|
VisibleSelection.h | 63 void setAffinity(EAffinity affinity) { m_affinity = affinity; }
|
VisiblePosition.cpp | 104 temp.setAffinity(UPSTREAM);
|
FrameSelection.cpp | [all...] |
/external/fio/ |
gettime.c | 483 log_err("clock setaffinity failed\n");
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 150 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret));
|