HomeSort by relevance Sort by last modified time
    Searched refs:TZERO (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 97 #define TZERO(cond) \
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_setpshared(attr, shared))
    [all...]
test_pthread_mutex.c 98 #define TZERO(cond) \
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_init(attr))
    [all...]

Completed in 40 milliseconds