Searched refs:futex_supports_pshared (Results 1 – 10 of 10) sorted by relevance
29 futex_supports_pshared (int pshared) in futex_supports_pshared() function
26 int err = futex_supports_pshared (pshared); in __pthread_barrierattr_setpshared()
26 int err = futex_supports_pshared (pshared); in __pthread_condattr_setpshared()
28 int err = futex_supports_pshared (pshared); in __pthread_rwlockattr_setpshared()
28 int err = futex_supports_pshared (pshared); in __pthread_mutexattr_setpshared()
38 int err = futex_supports_pshared (pshared); in __new_sem_init()
102 futex_supports_pshared (int pshared) in futex_supports_pshared() function
42 int err = futex_supports_pshared (PTHREAD_PROCESS_SHARED); in __sem_open()
5314 (futex_supports_pshared): Remove.5323 (futex_supports_pshared): New function.
34620 Use futex_supports_pshared.