Home
last modified time | relevance | path

Searched refs:cpu_count (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-pthread-defaultattr-free.c28 enum { cpu_count = 128 }; in do_test() enumerator
29 cpu_set_t *set = CPU_ALLOC (cpu_count); in do_test()
30 size_t set_size = CPU_ALLOC_SIZE (cpu_count); in do_test()
46 for (int i = 0; i < cpu_count; ++i) in do_test()
53 cpu_set_t *large_set = CPU_ALLOC (4 * cpu_count); in do_test()
54 size_t large_set_size = CPU_ALLOC_SIZE (4 * cpu_count); in do_test()
68 for (int i = 0; i < cpu_count; ++i) in do_test()

Completed in 4 milliseconds