Home
last modified time | relevance | path

Searched refs:futex_supports_pshared (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dfutex-internal.h29 futex_supports_pshared (int pshared) in futex_supports_pshared() function
/glibc-2.36/nptl/
Dpthread_barrierattr_setpshared.c26 int err = futex_supports_pshared (pshared); in __pthread_barrierattr_setpshared()
Dpthread_condattr_setpshared.c26 int err = futex_supports_pshared (pshared); in __pthread_condattr_setpshared()
Dpthread_rwlockattr_setpshared.c28 int err = futex_supports_pshared (pshared); in __pthread_rwlockattr_setpshared()
Dpthread_mutexattr_setpshared.c28 int err = futex_supports_pshared (pshared); in __pthread_mutexattr_setpshared()
Dsem_init.c38 int err = futex_supports_pshared (pshared); in __new_sem_init()
/glibc-2.36/sysdeps/nptl/
Dfutex-internal.h102 futex_supports_pshared (int pshared) in futex_supports_pshared() function
/glibc-2.36/sysdeps/pthread/
Dsem_open.c42 int err = futex_supports_pshared (PTHREAD_PROCESS_SHARED); in __sem_open()
/glibc-2.36/ChangeLog.old/
DChangeLog.205314 (futex_supports_pshared): Remove.
5323 (futex_supports_pshared): New function.
DChangeLog.1834620 Use futex_supports_pshared.