Searched defs:shared (Results 1 – 5 of 5) sorted by relevance
29 struct shared struct39 mutex_pshared = 1, argument70 struct shared *shared = xmmap (NULL, sizeof (*shared), in one_test() local
214 int shared = bar->shared; in ___pthread_barrier_wait() local
36 #define SET_SHARED(attr, shared) pthread_condattr_setpshared (attr, shared) argument
31 #define SET_SHARED(attr, shared) pthread_rwlockattr_setpshared (attr, shared) argument
33 #define SET_SHARED(attr, shared) pthread_mutexattr_setpshared (attr, shared) argument
Completed in 20 milliseconds