MCPcopy Create free account
hub / github.com/Norbyte/ositools / ServerThreadReentry

Method ServerThreadReentry

OsiInterface/Debugger.cpp:797–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 }
796
797 void Debugger::ServerThreadReentry()
798 {
799 // Called when the debugger is entered from any of the server thread hooks
800 std::function<void ()> func;
801 while (pendingActions_.try_pop(func)) {
802 func();
803 }
804 }
805
806 void Debugger::FinishedSingleStep()
807 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected