Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
dd6f0e3f6e80b43a92000908676947c4b06c22e6
dd6f0e3f6e80b43a92000908676947c4b06c22e6
src
thread
nt64
pthread_detach.c
Fork and Edit
Blob
Blame
History
Raw
#include "../pthread_detach.c" int __pthread_detach_impl(pthread_t t) { return thrd_detach(t); }