Home
last modified time | relevance | path

Searched refs:pthread_barrier_destroy (Results 1 – 13 of 13) sorted by relevance

/bionic/tests/
Dleak_test.cpp151 ASSERT_EQ(pthread_barrier_destroy(&barrier), 0); in TEST()
Dpthread_test.cpp2427 ASSERT_EQ(0, pthread_barrier_destroy(&data.barrier)); in TEST()
2440 TEST(pthread, pthread_barrier_destroy) { in TEST() argument
2450 ASSERT_EQ(EBUSY, pthread_barrier_destroy(&barrier)); in TEST()
2453 ASSERT_EQ(0, pthread_barrier_destroy(&barrier)); in TEST()
2456 ASSERT_EQ(EINVAL, pthread_barrier_destroy(&barrier)); in TEST()
/bionic/libc/bionic/
Dpthread_barrier.cpp168 int pthread_barrier_destroy(pthread_barrier_t* barrier_interface) { in pthread_barrier_destroy() function
/bionic/libc/include/
Dpthread.h240 int pthread_barrier_destroy(pthread_barrier_t* __barrier) __INTRODUCED_IN(24);
/bionic/tests/headers/posix/
Dpthread_h.c108 FUNCTION(pthread_barrier_destroy, int (*f)(pthread_barrier_t*)); in pthread_h()
/bionic/libc/tools/
Dposix-2013.txt738 pthread_barrier_destroy
/bionic/libc/
Dlibc.arm64.map1170 pthread_barrier_destroy; # introduced=24
Dlibc.x86_64.map1170 pthread_barrier_destroy; # introduced=24
Dlibc.mips64.map1170 pthread_barrier_destroy; # introduced=24
Dlibc.x86.map1230 pthread_barrier_destroy; # introduced=24
Dlibc.mips.map1232 pthread_barrier_destroy; # introduced=24
Dlibc.arm.map1248 pthread_barrier_destroy; # introduced=24
Dlibc.map.txt1273 pthread_barrier_destroy; # introduced=24