Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ DoDetach
Method
DoDetach
system/threading/base_thread.cpp:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
bool BaseThread::DoDetach()
78
{
79
TOFT_CHECK_PTHREAD_ERROR(pthread_detach(m_handle));
80
m_handle = HandleType();
81
m_id = -1;
82
return true;
83
}
84
85
bool BaseThread::Join()
86
{
Callers
1
Detach
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected