Home
last modified time | relevance | path

Searched defs:param (Results 1 – 25 of 31) sorted by relevance

12

/bionic/libc/bionic/
Dpthread_setschedparam.cpp38 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { in pthread_setschedparam()
54 sched_param param = { .sched_priority = priority }; in pthread_setschedprio() local
Dpthread_getschedparam.cpp36 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { in pthread_getschedparam()
Dpthread_attr.cpp118 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { in pthread_attr_setschedparam()
124 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) { in pthread_attr_getschedparam()
Dspawn.cpp254 int posix_spawnattr_setschedparam(posix_spawnattr_t* attr, const struct sched_param* param) { in posix_spawnattr_setschedparam()
259 int posix_spawnattr_getschedparam(const posix_spawnattr_t* attr, struct sched_param* param) { in posix_spawnattr_getschedparam()
Dpthread_create.cpp154 sched_param param; in __init_thread() local
Dmalloc_limit.cpp386 static int LimitMallopt(int param, int value) { in LimitMallopt()
Dmalloc_common.cpp104 extern "C" int mallopt(int param, int value) { in mallopt()
/bionic/libc/tools/
Dgensyscalls.py135 def param_uses_64bits(param): argument
/bionic/linker/
Dlinker_utils.cpp44 for (const auto& param : params) { in format_string() local
/bionic/libc/kernel/uapi/drm/
Domap_drm.h27 __u64 param; member
Dqxl_drm.h78 __u64 param; member
Dmsm_drm.h47 __u32 param; member
167 __u32 param; member
Dv3d_drm.h86 __u32 param; member
Dlima_drm.h37 __u32 param; member
Dpanfrost_drm.h115 __u32 param; member
Dvirtgpu_drm.h57 __u64 param; member
Detnaviv_drm.h59 __u32 param; member
Di915_drm.h367 __s32 param; member
375 int param; member
723 __u64 param; member
783 struct drm_i915_gem_context_param param; member
Dvc4_drm.h161 __u32 param; member
/bionic/libc/malloc_hooks/
Dmalloc_hooks.cpp175 int hooks_mallopt(int param, int value) { in hooks_mallopt()
/bionic/tests/
Dpthread_test.cpp614 sched_param param; in TEST_F() local
622 sched_param param; in TEST_F() local
631 sched_param param; in TEST_F() local
639 sched_param param; in TEST_F() local
2895 sched_param param = { .sched_priority = sched_get_priority_max(SCHED_FIFO) + 1 }; in TEST() local
2915 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST() local
2936 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST() local
2958 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST() local
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c280 const char *param, in evConfigTimer()
/bionic/libc/kernel/uapi/linux/
Dscc.h117 unsigned param; member
/bionic/libc/kernel/uapi/sound/
Dasequencer.h119 unsigned int param; member
159 } param; member
/bionic/libc/kernel/uapi/rdma/
Drdma_user_cm.h241 } param; member

12