Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-stack1.c44 size_t test_size; in tf() local
46 if (pthread_attr_getstack (&attr, &test_stack, &test_size) != 0) in tf()
52 if (test_size != size) in tf()
55 test_size, size); in tf()
101 size_t test_size; in do_test() local
104 if (pthread_attr_getstack (&attr, &test_stack, &test_size) != 0) in do_test()
110 if (test_size != size) in do_test()
113 test_size, size); in do_test()
/sysdeps/unix/sysv/linux/
A Dtst-skeleton-affinity.c133 test_size (const struct conf *conf, size_t size) in test_size() function
281 error |= !test_size (&conf, 1024); in do_test()
282 error |= !test_size (&conf, conf.set_size); in do_test()
283 error |= !test_size (&conf, 2); in do_test()
284 error |= !test_size (&conf, 32); in do_test()
285 error |= !test_size (&conf, 40); in do_test()
286 error |= !test_size (&conf, 64); in do_test()
287 error |= !test_size (&conf, 96); in do_test()
288 error |= !test_size (&conf, 128); in do_test()
289 error |= !test_size (&conf, 256); in do_test()
[all …]

Completed in 4 milliseconds