Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dpthread_test.cpp3095 pthread_attr_t detached; in TEST() local
3096 if (pthread_attr_init(&detached) != 0 || in TEST()
3097 pthread_attr_setdetachstate(&detached, PTHREAD_CREATE_DETACHED) != 0) { in TEST()
3104 &t1, &detached, [](void*) -> void* { return nullptr; }, nullptr) != 0 || in TEST()
3112 if (pthread_attr_destroy(&detached) != 0) { in TEST()
/bionic/docs/
Dstatus.md372 unjoinable thread, the fix is to stop marking it detached. If you're