Home
last modified time | relevance | path

Searched refs:pthread_attr_destroy (Results 1 – 10 of 10) sorted by relevance

/bionic/benchmarks/
Dsemaphore_benchmark.cpp95 pthread_attr_destroy(&attr); in SetUp()
/bionic/libc/bionic/
Dpthread_attr.cpp55 int pthread_attr_destroy(pthread_attr_t* attr) { in pthread_attr_destroy() function
/bionic/tests/headers/posix/
Dpthread_h.c90 FUNCTION(pthread_attr_destroy, int (*f)(pthread_attr_t*)); in pthread_h()
/bionic/libc/include/
Dpthread.h97 int pthread_attr_destroy(pthread_attr_t* __attr);
/bionic/libc/tools/
Dposix-2013.txt716 pthread_attr_destroy
/bionic/tools/versioner/platforms/
Dlibc.map.txt751 pthread_attr_destroy;
/bionic/libc/
Dlibc.map.txt751 pthread_attr_destroy;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_029.S2182 CALL(pthread_attr_destroy)
Dliblinker_reloc_bench_113.S2120 CALL(pthread_attr_destroy)
/bionic/tests/
Dpthread_test.cpp241 pthread_attr_destroy(&attr); in AssertDetached()