Searched refs:pthread_mutexattr_getpshared (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dpthread.h191 int pthread_mutexattr_getpshared(const pthread_mutexattr_t*, int*) __nonnull((1, 2));
/bionic/libc/bionic/
H A Dpthread_mutex.cpp111 int pthread_mutexattr_getpshared(const pthread_mutexattr_t* attr, int* pshared) { function

Completed in 325 milliseconds