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

/bionic/libc/bionic/
H A Dpthread_barrier.cpp50 int pthread_barrierattr_setpshared(pthread_barrierattr_t* attr, int pshared) { function
/bionic/libc/include/
H A Dpthread.h234 int pthread_barrierattr_setpshared(pthread_barrierattr_t* attr, int pshared) __nonnull((1));
/bionic/tests/
H A Dpthread_test.cpp1815 ASSERT_EQ(0, pthread_barrierattr_setpshared(&attr, PTHREAD_PROCESS_SHARED));

Completed in 18 milliseconds