HomeSort by relevance Sort by last modified time
    Searched refs:_xexit (Results 1 - 2 of 2) sorted by null

  /external/toybox/lib/
xwrap.c 31 // We replaced exit(), _exit(), and atexit() with xexit(), _xexit(), and
32 // sigatexit(). This gives _xexit() the option to siglongjmp(toys.rebound, 1)
38 void _xexit(void) function
58 _xexit();
lib.h 116 void _xexit(void) noreturn;

Completed in 393 milliseconds