| /bionic/libc/bionic/ |
| D | pthread_setschedparam.cpp | 38 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
|
| D | pthread_getschedparam.cpp | 36 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { in pthread_getschedparam()
|
| D | pthread_attr.cpp | 118 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()
|
| D | jemalloc_wrapper.cpp | 67 int je_mallopt(int param, int value) { in je_mallopt()
|
| D | spawn.cpp | 254 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()
|
| D | pthread_create.cpp | 171 sched_param param; in __init_thread() local
|
| D | malloc_common.cpp | 98 extern "C" int mallopt(int param, int value) { in mallopt()
|
| D | malloc_limit.cpp | 384 static int LimitMallopt(int param, int value) { in LimitMallopt()
|
| /bionic/benchmarks/ |
| D | semaphore_benchmark.cpp | 119 sched_param param; member in SemaphoreFixture
|
| /bionic/linker/ |
| D | linker_utils.cpp | 44 for (const auto& param : params) { in format_string() local
|
| /bionic/libc/kernel/uapi/drm/ |
| D | omap_drm.h | 27 __u64 param; member
|
| D | qxl_drm.h | 78 __u64 param; member
|
| D | v3d_drm.h | 81 __u32 param; member
|
| D | virtgpu_drm.h | 53 __u64 param; member
|
| D | msm_drm.h | 45 __u32 param; member
|
| D | etnaviv_drm.h | 58 __u32 param; member
|
| D | vc4_drm.h | 161 __u32 param; member
|
| /bionic/libc/tools/ |
| D | gensyscalls.py | 219 def param_uses_64bits(param): argument
|
| /bionic/libc/malloc_hooks/ |
| D | malloc_hooks.cpp | 175 int hooks_mallopt(int param, int value) { in hooks_mallopt()
|
| /bionic/tests/ |
| D | pthread_test.cpp | 615 sched_param param; in TEST_F() local 623 sched_param param; in TEST_F() local 632 sched_param param; in TEST_F() local 640 sched_param param; in TEST_F() local 2649 sched_param param = { .sched_priority = sched_get_priority_max(SCHED_FIFO) + 1 }; in TEST() local 2669 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST() local 2690 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST() local 2712 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST() local
|
| /bionic/libc/kernel/uapi/linux/ |
| D | scc.h | 116 unsigned param; member
|
| /bionic/libc/upstream-netbsd/lib/libc/isc/ |
| D | ev_timers.c | 280 const char *param, in evConfigTimer()
|
| /bionic/libc/malloc_debug/ |
| D | malloc_debug.cpp | 773 int debug_mallopt(int param, int value) { in debug_mallopt()
|
| /bionic/libc/kernel/uapi/sound/ |
| D | asequencer.h | 119 unsigned int param; member 159 } param; member
|
| /bionic/libc/kernel/uapi/rdma/ |
| D | rdma_user_cm.h | 230 } param; member
|