Lines Matching defs:code
41 typedef __attribute__((noreturn)) void (*ExitFunc)(int code);
74 void exit(int code)
76 DFXLOGF("%{public}d call exit with code %{public}d", getpid(), code);
82 g_hookedExit(code);
87 quick_exit(code);
90 void _exit(int code)
92 DFXLOGF("%{public}d call exit with code %{public}d", getpid(), code);
98 g_hookedExitEx(code);
103 quick_exit(code);