Tests for pthread_detach and thrd_detach have not been added. Instead, a
test for the underlying implementation has been added as it makes use of
an internal wait method to synchronize with detached threads.
Details
Details
- Reviewers
lntue michaelrj - Commits
- rG5db4177817a8: [libc] Add pthread_detach and thrd_detach.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo