MCPcopy 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
94static void
95unlk_threads(void)
96{
97 JASSERT(DmtcpMutexUnlock(&threadlistLock) == 0) (JASSERT_ERRNO);
98}
99
100bool dmtcp_is_ckpt_thread()
101{

Callers 2

suspendThreadsMethod · 0.85
addToActiveListMethod · 0.85

Calls 1

DmtcpMutexUnlockFunction · 0.85

Tested by

no test coverage detected