OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setaffinity
(Results
1 - 11
of
11
) sorted by null
/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/libavc/common/
ithread.c
202
//perror("Error in
setaffinity
syscall PERROR : ");
203
//LOG_ERROR("Error in the syscall
setaffinity
: mask=0x%x err=0x%x", i4_mask, i4_sys_res);
/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/libmpeg2/common/
ithread.c
444
//perror("Error in
setaffinity
syscall PERROR : ");
445
//LOG_ERROR("Error in the syscall
setaffinity
: mask=0x%x err=0x%x", i4_mask, i4_sys_res);
/external/valgrind/gdbserver_tests/
sleepers.c
121
static void
setaffinity
(void)
function
138
setaffinity
();
/external/webrtc/src/system_wrappers/interface/
thread_wrapper.h
77
virtual bool
SetAffinity
(const int* /*processorNumbers*/,
/external/fio/
gettime.c
498
log_err("clock
setaffinity
failed: %s\n", strerror(__err));
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
143
ALOGE("
SETAFFINITY
ret = %i %s", ret, EGLUtils::strerror(ret));
Completed in 2336 milliseconds