MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / Wait

Method Wait

simcore/framework/src/txsim_module_service.h:76–76  ·  view source on GitHub ↗

! \~Chinese * 阻塞当前线程,等待当前的仿真模块服务停止。只有当仿真服务发生错误或者收到中断 * 信号,或者其他线程调用了 #Shutdown 后才会停止服务。 */

Source from the content-addressed store, hash-verified

74 * 信号,或者其他线程调用了 #Shutdown 后才会停止服务。
75 */
76 void Wait() { txsim_service_wait(s_, ModuleServiceError{}); }
77
78 /*! \~Chinese
79 * 通知当前的仿真模块服务停止。该方法只是发送停止信号后即立即返回,当前的仿真模块服务

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
StopProcessMethod · 0.45
semanticStartExeFunction · 0.45
StopProcessMethod · 0.45
semanticStartExeFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls 1

txsim_service_waitFunction · 0.50

Tested by 1

RunMethod · 0.36