Searched refs:TZERO (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c97 #define TZERO(cond) \ macro
115 TZERO(pthread_rwlock_init(lock, attr));
116 TZERO(pthread_rwlock_rdlock(lock));
117 TZERO(pthread_rwlock_unlock(lock));
118 TZERO(pthread_rwlock_destroy(lock));
126 TZERO(pthread_rwlock_init(lock, attr));
127 TZERO(pthread_rwlock_wrlock(lock));
128 TZERO(pthread_rwlock_unlock(lock));
129 TZERO(pthread_rwlock_destroy(lock));
135 TZERO(pthread_rwlockattr_setpshare
[all...]
H A Dtest_pthread_mutex.c98 #define TZERO(cond) \ macro
116 TZERO(pthread_mutex_init(lock, attr));
117 TZERO(pthread_mutex_lock(lock));
118 TZERO(pthread_mutex_unlock(lock));
119 TZERO(pthread_mutex_destroy(lock));
125 TZERO(pthread_mutexattr_settype(attr, type));
127 TZERO(pthread_mutexattr_gettype(attr, &newtype));
141 TZERO(pthread_mutexattr_init(attr));
152 TZERO(pthread_mutexattr_destroy(attr));
155 TZERO(pthread_mutexattr_ini
[all...]

Completed in 52 milliseconds