Home
last modified time | relevance | path

Searched refs:sysconf (Results 1 – 25 of 62) sorted by relevance

123

/sysdeps/unix/sysv/linux/
A Dtst-sysconf-iov_max.c35 TEST_VERIFY (sysconf (_SC_UIO_MAXIOV) == uio_maxiov_value ()); in do_test()
36 TEST_VERIFY (sysconf (_SC_IOV_MAX) == uio_maxiov_value ()); in do_test()
A Dtst-sysvshm-linux.c113 pgsz = sysconf (_SC_PAGESIZE); in do_test()
/sysdeps/unix/sysv/linux/bits/
A Dsigstksz.h28 # define SIGSTKSZ sysconf (_SC_SIGSTKSZ)
/sysdeps/pthread/
A Dtst-pt-sysconf.c34 long int r = sysconf (_SC_THREAD_THREADS_MAX); in do_test()
A Dtst-clock1.c35 if (sysconf (_SC_THREAD_CPUTIME) >= 0) in do_test()
A Dtst-basic7.c18 size_t sz = sysconf (_SC_PAGESIZE); in use_stack()
A Dtst-sem3.c32 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-spin2.c32 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-cond16.c77 sz = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-rwlock4.c32 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-cond18.c89 sz = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-cond11.c100 int e = sysconf (_SC_MONOTONIC_CLOCK); in do_test()
A Dtst-cond23.c162 int e = sysconf (_SC_MONOTONIC_CLOCK); in do_test()
A Dtst-barrier2.c33 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-rwlock12.c32 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-mutex9.c47 size_t ps = sysconf (_SC_PAGESIZE); in do_test_clock()
A Dtst-cond4.c34 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-mutex4.c32 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
A Dtst-cond6.c36 size_t ps = sysconf (_SC_PAGESIZE); in do_test()
/sysdeps/x86/
A Dtst-sysconf-cache-linesize.c43 long int scret = sysconf (sc_options[i]._SC_val); in do_test()
/sysdeps/unix/sysv/linux/powerpc/
A Dtest-powerpc-linux-sysconf.c37 val = sysconf (name); in do_sysconf()
A DMakefile28 tests += test-powerpc-linux-sysconf
/sysdeps/mips/
A Dtst-mode-switch-1.c77 int count = sysconf (_SC_NPROCESSORS_ONLN); in do_test()
A Dtst-mode-switch-2.c83 int count = sysconf (_SC_NPROCESSORS_ONLN); in do_test()
/sysdeps/unix/sysv/linux/i386/
A Dtst-bz21269.c92 long page_size = sysconf (_SC_PAGE_SIZE); in setup_counter_page()

Completed in 25 milliseconds

123