Searched refs:pthread_detach (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_detach.cpp | 36 int pthread_detach(pthread_t t) { in pthread_detach() function
|
D | malloc_heapprofd.cpp | 398 } else if (pthread_detach(thread_id) != 0) { in MallocInitHeapprofdHook()
|
/bionic/tests/ |
D | leak_test.cpp | 151 ASSERT_EQ(0, pthread_detach(thread)); in TEST()
|
D | pthread_test.cpp | 277 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/ |
D | threads_inlines.h | 157 return __bionic_thrd_error(pthread_detach(__thrd)); in thrd_detach()
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 131 FUNCTION(pthread_detach, int (*f)(pthread_t)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 159 int pthread_detach(pthread_t __pthread);
|
/bionic/docs/ |
D | status.md | 278 `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/ |
D | posix-2013.txt | 757 pthread_detach
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 784 pthread_detach;
|
/bionic/libc/ |
D | libc.map.txt | 784 pthread_detach;
|
D | Android.bp | 1205 "bionic/pthread_detach.cpp",
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11302 CALL(pthread_detach)
|