Searched refs:SET_SHARED (Results 1 – 3 of 3) sorted by relevance
/nptl/ |
A D | test-condattr-printers.c | 36 #define SET_SHARED(attr, shared) pthread_condattr_setpshared (attr, shared) macro 88 if (SET_SHARED (attr, PTHREAD_PROCESS_SHARED) == 0 /* Set shared. */ in test_setpshared() 90 && SET_SHARED (attr, PTHREAD_PROCESS_PRIVATE) == 0 in test_setpshared()
|
A D | test-rwlockattr-printers.c | 31 #define SET_SHARED(attr, shared) pthread_rwlockattr_setpshared (attr, shared) macro 93 if (SET_SHARED (attr, PTHREAD_PROCESS_SHARED) == 0 /* Set shared. */ in test_setpshared() 95 && SET_SHARED (attr, PTHREAD_PROCESS_PRIVATE) == 0 in test_setpshared()
|
A D | test-mutexattr-printers.c | 33 #define SET_SHARED(attr, shared) pthread_mutexattr_setpshared (attr, shared) macro 117 if (SET_SHARED (attr, PTHREAD_PROCESS_SHARED) == 0 /* Set shared. */ in test_setpshared() 119 && SET_SHARED (attr, PTHREAD_PROCESS_PRIVATE) == 0 in test_setpshared()
|
Completed in 5 milliseconds