Searched refs:onelock (Results 1 – 2 of 2) sorted by relevance
285 pthread_rwlock_t onelock; variable308 xpthread_rwlock_wrlock (&onelock); in run_loop()311 if ((ret = pthread_rwlock_tryrdlock (&onelock)) != 0) in run_loop()314 xpthread_rwlock_rdlock (&onelock); in run_loop()320 xpthread_rwlock_unlock (&onelock); in run_loop()331 xpthread_rwlock_init (&onelock, NULL); in do_test()349 xpthread_rwlock_destroy (&onelock); in do_test()
43 pthread_rwlock_t onelock; variable67 if ((ret = pthread_rwlock_trywrlock (&onelock)) != 0) in run_loop()70 xpthread_rwlock_wrlock (&onelock); in run_loop()76 xpthread_rwlock_rdlock (&onelock); in run_loop()78 xpthread_rwlock_unlock (&onelock); in run_loop()89 xpthread_rwlock_init (&onelock, NULL); in do_test()103 xpthread_rwlock_destroy (&onelock); in do_test()
Completed in 4 milliseconds