MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _exit

Function _exit

components/libc/compilers/newlib/syscalls.c:328–332  ·  view source on GitHub ↗

for exit() and abort() */

Source from the content-addressed store, hash-verified

326
327/* for exit() and abort() */
328__attribute__ ((noreturn)) void _exit (int status)
329{
330 __rt_libc_exit(status);
331 while(1);
332}
333
334/*
335These functions are implemented and replaced by the 'common/time.c' file

Callers

nothing calls this directly

Calls 1

__rt_libc_exitFunction · 0.85

Tested by

no test coverage detected