Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmtcp/dmtcp
/ unlk_threads
Function
unlk_threads
src/threadlist.cpp:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
static void
95
unlk_threads(void)
96
{
97
JASSERT(DmtcpMutexUnlock(&threadlistLock) == 0) (JASSERT_ERRNO);
98
}
99
100
bool dmtcp_is_ckpt_thread()
101
{
Callers
2
suspendThreads
Method · 0.85
addToActiveList
Method · 0.85
Calls
1
DmtcpMutexUnlock
Function · 0.85
Tested by
no test coverage detected