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