MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / clearPthreadJoinState

Method clearPthreadJoinState

src/processinfo.cpp:574–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void
575ProcessInfo::clearPthreadJoinState(pthread_t thread)
576{
577 _do_lock_tbl();
578 if (_pthreadJoinId.find(thread) != _pthreadJoinId.end()) {
579 _pthreadJoinId.erase(thread);
580 }
581 _do_unlock_tbl();
582}
583
584void
585ProcessInfo::endPthreadJoin(pthread_t thread)

Callers 1

pthread_createFunction · 0.80

Calls 4

endMethod · 0.80
eraseMethod · 0.80
_do_lock_tblFunction · 0.70
_do_unlock_tblFunction · 0.70

Tested by

no test coverage detected