Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
a19e6709fd98c1c7a3665a4451e32e9f641c2f28
a19e6709fd98c1c7a3665a4451e32e9f641c2f28
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); }