MCPcopy Create free account
hub / github.com/crownengine/crown / force_exit

Method force_exit

src/core/process.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void Process::force_exit()
203{
204 CE_ENSURE(process_internal::is_open(_priv) == true);
205#if CROWN_PLATFORM_WINDOWS
206#else
207 kill(_priv->pid, SIGKILL);
208#endif
209}
210
211s32 Process::wait()
212{

Callers

nothing calls this directly

Calls 1

is_openFunction · 0.85

Tested by

no test coverage detected