Lines Matching refs:pshared
831 int pthread_spin_init_intercept(pthread_spinlock_t *spinlock, int pshared)
838 CALL_FN_W_WW(ret, fn, spinlock, pshared);
845 (pthread_spinlock_t *spinlock, int pshared), (spinlock, pshared));
977 int sem_init_intercept(sem_t *sem, int pshared, unsigned int value)
983 sem, pshared, value, 0, 0);
984 CALL_FN_W_WWW(ret, fn, sem, pshared, value);
991 (sem_t *sem, int pshared, unsigned int value), (sem, pshared, value));