Home
last modified time | relevance | path

Searched refs:cpusetp (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A D__sched_cpucount.c32 cpu_set_t *cpusetp; in __sched_cpucount_0100() local
36 cpusetp = CPU_ALLOC(num_cpus); in __sched_cpucount_0100()
37 EXPECT_PTRNE("__sched_cpucount_0100", cpusetp, NULL); in __sched_cpucount_0100()
40 CPU_ZERO_S(size, cpusetp); in __sched_cpucount_0100()
42 CPU_SET_S(cpu, size, cpusetp); in __sched_cpucount_0100()
44 ret = __sched_cpucount(size, cpusetp); in __sched_cpucount_0100()
46 CPU_FREE(cpusetp); in __sched_cpucount_0100()
58 cpu_set_t *cpusetp; in __sched_cpucount_0200() local
62 cpusetp = CPU_ALLOC(num_cpus); in __sched_cpucount_0200()
63 EXPECT_PTRNE("__sched_cpucount_0200", cpusetp, NUL in __sched_cpucount_0200()
84 cpu_set_t *cpusetp; __sched_cpucount_0300() local
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4197 cpusetp: *mut cpuset_t, in pthread_getaffinity_np()
4202 cpusetp: *const cpuset_t, in pthread_setaffinity_np()

Completed in 11 milliseconds