Searched refs:param (Results 1 - 25 of 67) sorted by relevance

123

/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dparam.h19 #include <asm-generic/param.h>
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dparam.h19 #include <asm-generic/param.h>
/bionic/libc/kernel/uapi/linux/
H A Dparam.h21 #include <asm/param.h>
H A Dacct.h22 #include <asm/param.h>
H A Dscc.h140 unsigned param; member in struct:scc_kiss_cmd
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dparam.h22 #include <asm-generic/param.h>
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dparam.h22 #include <asm-generic/param.h>
/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp88 memset(&param, 0, sizeof(param));
89 pthread_attr_setschedparam(&attr, &param);
96 sched_setscheduler(0, SCHED_IDLE, &param);
102 sched_setscheduler(0, SCHED_OTHER, &param);
114 sched_param param; member in class:SemaphoreFixture
124 sched_setscheduler(0, SCHED_OTHER, &param);
138 param.sched_priority = 1;
139 sched_setscheduler(0, SCHED_FIFO, &param);
144 param
[all...]
/bionic/libc/bionic/
H A Dpthread_getschedparam.cpp34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { argument
42 int rc = sched_getparam(thread->tid, param);
H A Dpthread_setschedparam.cpp34 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { argument
42 int rc = sched_setscheduler(thread->tid, policy, param);
H A Djemalloc_wrapper.cpp17 #include <sys/param.h>
H A Dpthread_attr.cpp82 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { argument
83 attr->sched_priority = param->sched_priority;
87 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) { argument
88 param->sched_priority = attr->sched_priority;
H A Dmbrtoc32.cpp30 #include <sys/param.h>
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_lnaof.c31 #include <sys/param.h>
H A Dinet_netof.c31 #include <sys/param.h>
H A Dinet_makeaddr.c31 #include <sys/param.h>
/bionic/libc/include/
H A Dresolv.h31 #include <sys/param.h>
/bionic/libc/include/sys/
H A Dparam.h32 #include <linux/param.h>
/bionic/libc/tools/
H A Dgensyscalls.py218 def param_uses_64bits(param):
221 param = param.strip()
222 # First, check that the param type begins with one of the known
225 param.startswith("int64_t") or param.startswith("uint64_t") or \
226 param.startswith("loff_t") or param.startswith("off64_t") or \
227 param.startswith("long long") or param
[all...]
/bionic/libc/dns/resolv/
H A Dherror.c64 #include <sys/param.h>
/bionic/libc/kernel/uapi/drm/
H A Domap_drm.h25 uint64_t param; member in struct:drm_omap_param
H A Dqxl_drm.h90 uint64_t param; member in struct:drm_qxl_getparam
/bionic/libc/stdio/
H A Dfread.c38 #include <sys/param.h>
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dutmp.c39 #include <sys/param.h>
/bionic/libc/upstream-netbsd/lib/libc/inet/
H A Dnsap_addr.c33 #include <sys/param.h>

Completed in 3518 milliseconds

123