MCPcopy Create free account
hub / github.com/SVF-tools/SVF / getThreadAPI

Method getThreadAPI

svf/include/Util/ThreadAPI.h:98–105  ·  view source on GitHub ↗

Return a static reference

Source from the content-addressed store, hash-verified

96public:
97 /// Return a static reference
98 static ThreadAPI* getThreadAPI()
99 {
100 if(tdAPI == nullptr)
101 {
102 tdAPI = new ThreadAPI();
103 }
104 return tdAPI;
105 }
106
107 static void destroy()
108 {

Callers 15

TCTClass · 0.45
hasJoinLoopMethod · 0.45
isJoinSiteInRecursionMethod · 0.45
isTDForkMethod · 0.45
isTDAcquireMethod · 0.45
isTDReleaseMethod · 0.45
getLockValMethod · 0.45
isTDForkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected