Searched defs:pshared (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_barrierattr.c | 59 int * __restrict pshared) in _pthread_barrierattr_getpshared() 84 _pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in _pthread_barrierattr_setpshared()
|
H A D | thr_rwlockattr.c | 59 int * __restrict pshared) in _pthread_rwlockattr_getpshared() 84 _pthread_rwlockattr_setpshared(pthread_rwlockattr_t *rwlockattr, int pshared) in _pthread_rwlockattr_setpshared()
|
H A D | thr_barrier.c | 49 int pshared; in _pthread_barrier_destroy() local 100 int pshared; in _pthread_barrier_init() local
|
H A D | thr_cond.c | 96 int pshared; in cond_init() local 430 int pshared; in cond_signal_common() local 438 pshared = CV_PSHARED(cvp); in cond_signal_common() local 510 int pshared; in cond_broadcast_common() local 521 pshared = CV_PSHARED(cvp); in cond_broadcast_common() local
|
H A D | thr_condattr.c | 109 int * __restrict pshared) in _pthread_condattr_getpshared() 119 _pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in _pthread_condattr_setpshared()
|
H A D | thr_mutexattr.c | 186 int *pshared) in _pthread_mutexattr_getpshared() 196 _pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in _pthread_mutexattr_setpshared()
|
H A D | thr_sem.c | 75 _sem_init_compat(sem_t *sem, int pshared, unsigned int value) in _sem_init_compat()
|
H A D | thr_pspinlock.c | 53 _pthread_spin_init(pthread_spinlock_t *lock, int pshared) in _pthread_spin_init()
|
H A D | thr_private.h | 217 int pshared; member 333 int pshared; member
|
/freebsd/lib/libc/gen/ |
H A D | sem_new.c | 123 _sem_init(sem_t *sem, int pshared, unsigned int value) in _sem_init()
|
H A D | sem.c | 168 _libc_sem_init_compat(sem_t *sem, int pshared, unsigned int value) in _libc_sem_init_compat()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1440 TSAN_INTERCEPTOR(int, pthread_spin_init, void *m, int pshared) { in TSAN_INTERCEPTOR() argument
|