OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sysconf
(Results
226 - 250
of
1334
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libnss_nis-2.15.so
libnss_nis.so
libnss_nis.so.2
/prebuilts/go/darwin-x86/src/internal/poll/
writev.go
29
// TODO: read from
sysconf
(_SC_IOV_MAX)? The Linux default is
/prebuilts/go/linux-x86/src/internal/poll/
writev.go
29
// TODO: read from
sysconf
(_SC_IOV_MAX)? The Linux default is
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libtinyalsa.so
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/
libcompiler_rt.so
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-sp/
libcompiler_rt.so
/system/extras/tests/pagingtest/
pageinout_test.c
22
long pagesize =
sysconf
(_SC_PAGE_SIZE);
/toolchain/binutils/binutils-2.27/gprof/
hertz.c
54
return
sysconf
(_SC_CLK_TCK);
/toolchain/binutils/binutils-2.27/libiberty/
clock.c
56
#define GNU_HZ
sysconf
(_SC_CLK_TCK)
/bionic/libc/include/bits/
sysconf.h
34
/* as listed by Posix
sysconf
() description */
192
long
sysconf
(int __name);
/external/fio/os/
os-android.h
206
pagesize =
sysconf
(_SC_PAGESIZE);
207
pages =
sysconf
(_SC_PHYS_PAGES);
os-linux.h
158
pagesize =
sysconf
(_SC_PAGESIZE);
159
pages =
sysconf
(_SC_PHYS_PAGES);
os.h
355
return
sysconf
(_SC_NPROCESSORS_CONF);
362
return
sysconf
(_SC_NPROCESSORS_ONLN);
/external/libchrome/base/
sys_info_posix.cc
40
//
sysconf
returns the number of "logical" (not "physical") processors on both
53
long res =
sysconf
(_SC_NPROCESSORS_CONF);
/external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c
183
systick =
sysconf
(_SC_CLK_TCK);
184
systick = USEC_PER_SEC/
sysconf
(_SC_CLK_TCK);
/external/ltp/testcases/kernel/syscalls/dup/
dup03.c
165
maxfds =
sysconf
(_SC_OPEN_MAX);
172
"
sysconf
(_SC_OPEN_MAX) failed");
/external/ltp/testcases/kernel/syscalls/mmap/
mmap10.c
198
if ((ps =
sysconf
(_SC_PAGESIZE)) == -1)
199
tst_brkm(TBROK | TERRNO, cleanup, "
sysconf
(_SC_PAGESIZE)");
/external/ltp/testcases/kernel/syscalls/setgroups/
setgroups03.c
101
1, 1, "Size is >
sysconf
(_SC_NGROUPS_MAX)", EINVAL, NULL}, {
111
int ngroups_max =
sysconf
(_SC_NGROUPS_MAX); /* max no. of groups in the current system */
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
3-2.c
108
ret = ftruncate(fd,
sysconf
(_SC_PAGESIZE));
116
mmap(NULL,
sysconf
(_SC_PAGESIZE), PROT_READ | PROT_WRITE,
3-3.c
108
ret = ftruncate(fd,
sysconf
(_SC_PAGESIZE));
116
mmap(NULL,
sysconf
(_SC_PAGESIZE), PROT_READ | PROT_WRITE,
/external/mksh/src/
lalloc.c
88
if (
sysconf
(_SC_PAGESIZE) != 4096) {
90
sysconf
(_SC_PAGESIZE));
/external/swiftshader/third_party/LLVM/utils/lit/lit/
Util.py
8
if hasattr(os, "
sysconf
"):
11
ncpus = os.
sysconf
("SC_NPROCESSORS_ONLN")
/external/syslinux/utils/
memdiskfind.c
100
return
sysconf
(_SC_PAGESIZE);
102
/* klibc, for one, doesn't have
sysconf
() due to excessive multiplex */
Completed in 1789 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>