Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_detach.cpp36 int pthread_detach(pthread_t t) { in pthread_detach() function
Dmalloc_heapprofd.cpp398 } else if (pthread_detach(thread_id) != 0) { in MallocInitHeapprofdHook()
/bionic/tests/
Dleak_test.cpp151 ASSERT_EQ(0, pthread_detach(thread)); in TEST()
Dpthread_test.cpp277 ASSERT_EQ(0, pthread_detach(t1)); in TEST()
297 ASSERT_EQ(EINVAL, pthread_detach(t1)); in TEST()
299 ASSERT_EQ(0, pthread_detach(t1)); in TEST()
572 EXPECT_DEATH(pthread_detach(dead_thread), in TEST_F()
578 EXPECT_EQ(ESRCH, pthread_detach(null_thread)); in TEST_F()
/bionic/libc/include/bits/
Dthreads_inlines.h157 return __bionic_thrd_error(pthread_detach(__thrd)); in thrd_detach()
/bionic/tests/headers/posix/
Dpthread_h.c131 FUNCTION(pthread_detach, int (*f)(pthread_t)); in pthread_h()
/bionic/libc/include/
Dpthread.h159 int pthread_detach(pthread_t __pthread);
/bionic/docs/
Dstatus.md278 `pthread_t` is handled. For `pthread_detach`, `pthread_getcpuclockid`,
300 * Unsafe `pthread_detach` callers probably want to switch to
302 `pthread_detach(pthread_self());` from the new thread's start routine
/bionic/libc/tools/
Dposix-2013.txt757 pthread_detach
/bionic/tools/versioner/platforms/
Dlibc.map.txt784 pthread_detach;
/bionic/libc/
Dlibc.map.txt784 pthread_detach;
DAndroid.bp1205 "bionic/pthread_detach.cpp",
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11302 CALL(pthread_detach)