Lines Matching refs:e
28 int e; in do_test() local
69 e = pthread_rwlock_tryrdlock (&r); in do_test()
70 if (e == 0) in do_test()
75 if (e != EBUSY) in do_test()
82 e = pthread_rwlock_trywrlock (&r); in do_test()
83 if (e == 0) in do_test()
88 if (e != EBUSY) in do_test()
109 e = pthread_rwlock_trywrlock (&r); in do_test()
110 if (e == 0) in do_test()
115 if (e != EBUSY) in do_test()
136 e = pthread_rwlock_tryrdlock (&r); in do_test()
137 if (e == 0) in do_test()
142 if (e != EBUSY) in do_test()