MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / KillInternal

Function KillInternal

Source/Engine/Platform/Web/WebThread.h:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 // Not supported
61 }
62 void KillInternal(bool waitForJoin) override
63 {
64 if (waitForJoin)
65 pthread_join(_thread, nullptr);
66 pthread_kill(_thread, SIGKILL);
67 }
68
69private:
70 pthread_t _thread;

Callers 1

KillMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected