Searched defs:pshared (Results 1 - 7 of 7) sorted by relevance

/src/lib/libpthread/
H A Dpthread_spin.c56 pthread_spin_init(pthread_spinlock_t *lock, int pshared) argument
H A Dpthread_barrier.c140 pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) argument
128 pthread_barrierattr_getpshared(const pthread_barrierattr_t * __restrict attr,int * __restrict pshared) argument
H A Dpthread_cond.c401 pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) argument
389 pthread_condattr_getpshared(const pthread_condattr_t * __restrict attr,int * __restrict pshared) argument
H A Dpthread_rwlock.c652 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) argument
640 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t * __restrict attr,int * __restrict pshared) argument
H A Dpthread_mutex.c677 pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) argument
665 pthread_mutexattr_getpshared(const pthread_mutexattr_t * __restrict attr,int * __restrict pshared) argument
/src/lib/librt/
H A Dsem.c197 sem_init(sem_t *sem, int pshared, unsigned int value) argument
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1275 TSAN_INTERCEPTOR(int, pthread_spin_init, void *m, int pshared) { argument

Completed in 23 milliseconds