Searched refs:test_setpshared (Results 1 – 3 of 3) sorted by relevance
33 static int test_setpshared (pthread_cond_t *condvar, pthread_condattr_t *attr);48 && test_setpshared (&condvar, &attr) == PASS) in main()84 test_setpshared (pthread_cond_t *condvar, pthread_condattr_t *attr) in test_setpshared() function
37 static int test_setpshared (pthread_rwlock_t *rwlock,50 && test_setpshared (&rwlock, &attr) == PASS) in main()89 test_setpshared (pthread_rwlock_t *rwlock, pthread_rwlockattr_t *attr) in test_setpshared() function
43 static int test_setpshared (pthread_mutex_t *mutex, pthread_mutexattr_t *attr);58 && test_setpshared (&mutex, &attr) == PASS in main()113 test_setpshared (pthread_mutex_t *mutex, pthread_mutexattr_t *attr) in test_setpshared() function
Completed in 3 milliseconds