Searched refs:RETURN_IF_FAIL (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/nptl/ |
D | tst-default-attr.c | 28 #define RETURN_IF_FAIL(f, ...) \ macro 95 RETURN_IF_FAIL (pthread_setattr_default_np, attr); in run_threads() 101 RETURN_IF_FAIL (pthread_create, &t, NULL, thr, NULL); in run_threads() 103 RETURN_IF_FAIL (pthread_join, t, &tret); in run_threads() 139 RETURN_IF_FAIL (pthread_attr_getdetachstate, attr, &state); in verify_detach_result() 156 RETURN_IF_FAIL (pthread_attr_init, &attr); in do_detach_test() 157 RETURN_IF_FAIL (pthread_attr_setdetachstate, &attr, PTHREAD_CREATE_DETACHED); in do_detach_test() 159 RETURN_IF_FAIL (run_threads, &attr); in do_detach_test() 168 RETURN_IF_FAIL (pthread_attr_getaffinity_np, attr, sizeof (cpuset), &cpuset); in verify_affinity_result() 183 RETURN_IF_FAIL (pthread_attr_init, &attr); in do_affinity_test() [all …]
|
D | tst-pthread-attr-affinity.c | 28 #define RETURN_IF_FAIL(f, ...) \ macro 49 RETURN_IF_FAIL (pthread_attr_init, &attr); in do_test() 50 RETURN_IF_FAIL (pthread_attr_setaffinity_np, &attr, cpusetsize, cpuset); in do_test() 55 RETURN_IF_FAIL (pthread_attr_getaffinity_np, &attr, cpusetsize, cpuset); in do_test()
|