Home
last modified time | relevance | path

Searched refs:pthread_mutexattr_setpshared (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dpthread-rwlocks.c126 pthread_mutexattr_setpshared(lock_attr, PTHREAD_PROCESS_SHARED); in pthread_rwlock_init()
Dpthread.c829 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared() function
/bionic/libc/include/
Dpthread.h157 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared);
/bionic/libc/docs/
DCHANGES.TXT192 with pthread_mutexattr_setpshared() and/or pthread_condattr_setpshared().
213 - pthread_mutexattr_setpshared(): implementation will not return ENOTSUP