Home
last modified time | relevance | path

Searched refs:pthread_detach (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/bionic/
Dpthread_detach.cpp34 int pthread_detach(pthread_t t) { in pthread_detach() function
/bionic/libc/include/
Dpthread.h170 int pthread_detach(pthread_t);
/bionic/tests/
Dtime_test.cpp503 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5); in TEST()
504 ASSERT_EQ(ESRCH, pthread_detach(tdd.thread_id)); in TEST()
Dpthread_test.cpp269 ASSERT_EQ(0, pthread_detach(t1)); in TEST()
289 ASSERT_EQ(EINVAL, pthread_detach(t1)); in TEST()
291 ASSERT_EQ(0, pthread_detach(t1)); in TEST()
454 ASSERT_EQ(ESRCH, pthread_detach(dead_thread)); in TEST()
/bionic/libc/
Dlibc.mips64.map709 pthread_detach;
Dlibc.x86_64.map709 pthread_detach;
Dlibc.arm64.map709 pthread_detach;
Dlibc.x86.brillo.map762 pthread_detach;
Dlibc.mips.brillo.map764 pthread_detach;
Dlibc.mips.map764 pthread_detach;
Dlibc.arm.brillo.map766 pthread_detach;
Dlibc.x86.map762 pthread_detach;
Dlibc.map.txt791 pthread_detach;
Dlibc.arm.map766 pthread_detach;
DAndroid.mk564 bionic/pthread_detach.cpp \
DAndroid.bp1458 "bionic/pthread_detach.cpp",
/bionic/libc/tools/
Dposix-2013.txt757 pthread_detach