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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
4-1.c 25 pthread_rwlockattr_t rwla; local
34 if (pthread_rwlockattr_init(&rwla) != 0) {
40 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) {
52 if ((pthread_rwlockattr_destroy(&rwla)) != 0) {
1-1.c 24 pthread_rwlockattr_t rwla; local
34 if (pthread_rwlockattr_init(&rwla) != 0) {
40 rc = pthread_rwlockattr_getpshared(&rwla, &pshared);
2-1.c 52 pthread_rwlockattr_t rwla;
60 if (pthread_rwlockattr_init(&rwla) != 0) {
65 if (pthread_rwlockattr_setpshared(&rwla, pshared) != 0) {
70 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) {
108 if ((pthread_rwlock_init(&(rwlock_data->rwl), &rwla)) != 0) {
113 if ((pthread_rwlockattr_destroy(&rwla)) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
2-1.c 27 pthread_rwlockattr_t rwla; local
31 rc = pthread_rwlockattr_init(&rwla);
38 rc = pthread_rwlockattr_destroy(&rwla);
47 rc = pthread_rwlockattr_init(&rwla);
1-1.c 24 pthread_rwlockattr_t rwla; local
29 rc = pthread_rwlockattr_init(&rwla);
37 rc = pthread_rwlockattr_destroy(&rwla);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
1-1.c 26 pthread_rwlockattr_t rwla; local
36 if (pthread_rwlockattr_init(&rwla) != 0) {
41 rc = pthread_rwlockattr_setpshared(&rwla, PTHREAD_PROCESS_PRIVATE);
49 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) {
61 rc = pthread_rwlockattr_setpshared(&rwla, PTHREAD_PROCESS_SHARED);
69 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) {
81 if (pthread_rwlockattr_destroy(&rwla) != 0) {

Completed in 71 milliseconds