Searched refs:detached (Results 1 – 2 of 2) sorted by relevance
3095 pthread_attr_t detached; in TEST() local3096 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()
372 unjoinable thread, the fix is to stop marking it detached. If you're