MCPcopy Create free account
hub / github.com/SoarGroup/Soar / Suspend

Function Suspend

IDE Projects/include/thread_Thread.h:64–67  ·  view source on GitHub ↗

Cause this thread to sleep until "Resume" is called

Source from the content-addressed store, hash-verified

62
63 // Cause this thread to sleep until "Resume" is called
64 void Suspend()
65 {
66 m_Pause.WaitForEventForever() ;
67 }
68
69 // Wake this thread up after a "Suspend" call.
70 void Resume()

Callers

nothing calls this directly

Calls 1

WaitForEventForeverMethod · 0.45

Tested by

no test coverage detected