OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SC_NPROCESSORS_ONLN
(Results
51 - 75
of
82
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h
127
#define
_SC_NPROCESSORS_ONLN
0x0061
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h
127
#define
_SC_NPROCESSORS_ONLN
0x0061
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h
127
#define
_SC_NPROCESSORS_ONLN
0x0061
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
sysconf.h
127
#define
_SC_NPROCESSORS_ONLN
0x0061
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
sysconf.h
127
#define
_SC_NPROCESSORS_ONLN
0x0061
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
sysconf.h
127
#define
_SC_NPROCESSORS_ONLN
0x0061
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.c
233
#elif defined(PIPE_OS_UNIX) && defined(
_SC_NPROCESSORS_ONLN
)
234
util_cpu_caps.nr_cpus = sysconf(
_SC_NPROCESSORS_ONLN
);
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c
233
#elif defined(PIPE_OS_UNIX) && defined(
_SC_NPROCESSORS_ONLN
)
234
util_cpu_caps.nr_cpus = sysconf(
_SC_NPROCESSORS_ONLN
);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c
167
#elif defined(
_SC_NPROCESSORS_ONLN
)
169
num_cpus = sysconf(
_SC_NPROCESSORS_ONLN
);
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
60
#if defined(
_SC_NPROCESSORS_ONLN
)
61
cpuCoreCount = sysconf(
_SC_NPROCESSORS_ONLN
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h
254
_SC_NPROCESSORS_ONLN
,
255
#define
_SC_NPROCESSORS_ONLN
_SC_NPROCESSORS_ONLN
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h
254
_SC_NPROCESSORS_ONLN
,
255
#define
_SC_NPROCESSORS_ONLN
_SC_NPROCESSORS_ONLN
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h
254
_SC_NPROCESSORS_ONLN
,
255
#define
_SC_NPROCESSORS_ONLN
_SC_NPROCESSORS_ONLN
/external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc
75
long nprocessors = sysconf(
_SC_NPROCESSORS_ONLN
);
/external/linux-tools-perf/util/
cpumap.c
12
nr_cpus = sysconf(
_SC_NPROCESSORS_ONLN
);
/bionic/libc/bionic/
sysconf.cpp
339
case
_SC_NPROCESSORS_ONLN
: return __sysconf_nprocessors_onln();
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
365
sysconf(
_SC_NPROCESSORS_ONLN
)
/external/chromium_org/v8/src/
cpu.cc
462
return static_cast<int>(sysconf(
_SC_NPROCESSORS_ONLN
));
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c
259
ws->num_cpus = sysconf(
_SC_NPROCESSORS_ONLN
);
/external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c
259
ws->num_cpus = sysconf(
_SC_NPROCESSORS_ONLN
);
/external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc
259
cur_cpus = static_cast<int>(sysconf(
_SC_NPROCESSORS_ONLN
));
/external/oprofile/daemon/
opd_perfmon.c
425
nr = sysconf(
_SC_NPROCESSORS_ONLN
);
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
44
#if defined(
_SC_NPROCESSORS_ONLN
)
45
cpuCoreCount = sysconf(
_SC_NPROCESSORS_ONLN
);
/external/stressapptest/src/
os.cc
98
num_cpus_ = sysconf(
_SC_NPROCESSORS_ONLN
);
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
264
int cpu = sysconf(
_SC_NPROCESSORS_ONLN
);
Completed in 714 milliseconds
1
2
3
4