Searched refs:detached (Results 1 – 2 of 2) sorted by relevance
2987 pthread_attr_t detached; in TEST() local2988 if (pthread_attr_init(&detached) != 0 || in TEST()2989 pthread_attr_setdetachstate(&detached, PTHREAD_CREATE_DETACHED) != 0) { in TEST()2996 &t1, &detached, [](void*) -> void* { return nullptr; }, nullptr) != 0 || in TEST()3004 if (pthread_attr_destroy(&detached) != 0) { in TEST()
307 unjoinable thread, the fix is to stop marking it detached. If you're