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

/bionic/libc/bionic/
H A Dpthread_cond.cpp79 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared) { function
/bionic/libc/include/
H A Dpthread.h140 int pthread_condattr_setpshared(pthread_condattr_t*, int) __nonnull((1));
/bionic/tests/
H A Dpthread_test.cpp1029 ASSERT_EQ(0, pthread_condattr_setpshared(&attr, PTHREAD_PROCESS_SHARED));

Completed in 8 milliseconds