Searched refs:pthread_condattr_getpshared (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_cond.cpp74 int pthread_condattr_getpshared(const pthread_condattr_t* attr, int* pshared) { function
/bionic/libc/include/
H A Dpthread.h157 int pthread_condattr_getpshared(const pthread_condattr_t*, int*) __nonnull((1, 2));
/bionic/tests/
H A Dpthread_test.cpp1070 ASSERT_EQ(0, pthread_condattr_getpshared(&attr, &pshared));
1109 ASSERT_EQ(0, pthread_condattr_getpshared(&attr, &pshared));

Completed in 948 milliseconds