Lines Matching refs:e
64 int e = pthread_attr_setdetachstate (&a, r); in do_test() local
66 if (e == 0) in do_test()
71 if (e != EINVAL) in do_test()
94 int e = pthread_attr_setinheritsched (&a, r); in do_test() local
96 if (e == 0) in do_test()
101 if (e != EINVAL) in do_test()
124 int e = pthread_attr_setschedpolicy (&a, r); in do_test() local
126 if (e == 0) in do_test()
131 if (e != EINVAL) in do_test()
154 int e = pthread_attr_setscope (&a, r); in do_test() local
156 if (e == 0) in do_test()
161 if (e != EINVAL) in do_test()
184 int e = pthread_mutexattr_setpshared (&ma, r); in do_test() local
186 if (e == 0) in do_test()
191 if (e != EINVAL) in do_test()
211 e = pthread_rwlockattr_setpshared (&rwa, r); in do_test()
213 if (e == 0) in do_test()
218 if (e != EINVAL) in do_test()
240 int e = pthread_setcancelstate (r, NULL); in do_test() local
242 if (e == 0) in do_test()
248 if (e != EINVAL) in do_test()
270 int e = pthread_setcanceltype (r, NULL); in do_test() local
272 if (e == 0) in do_test()
278 if (e != EINVAL) in do_test()