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