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