Searched defs:pshared (Results 1 - 7 of 7) sorted by relevance
| /src/lib/libpthread/ |
| H A D | pthread_spin.c | 56 pthread_spin_init(pthread_spinlock_t *lock, int pshared) argument
|
| H A D | pthread_barrier.c | 140 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 D | pthread_cond.c | 401 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 D | pthread_rwlock.c | 652 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 D | pthread_mutex.c | 677 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 D | sem.c | 197 sem_init(sem_t *sem, int pshared, unsigned int value) argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 1275 TSAN_INTERCEPTOR(int, pthread_spin_init, void *m, int pshared) { argument
|
Completed in 23 milliseconds