Home
last modified time | relevance | path

Searched refs:CT_NORETURN (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/usr.bin/trace/
H A Dproc.h91 #define CT_NORETURN (CF_DONE | CF_NORETURN) /* the no-return call type */ macro
H A Dcall.c528 assert(type == CT_NOTDONE || type == CT_DONE || type == CT_NORETURN); in call_enter()
H A DNOTES53 CT_NORETURN: execve("foo", ["foo"], []")| = -1 [ENOENT]
60 (CT_NORETURN) call type is used for a small number of functions that do not
/minix3/minix/usr.bin/trace/service/
H A Dpm.c18 return CT_NORETURN; in pm_exit_out()
542 return CT_NORETURN; in pm_exec_out()
942 return CT_NORETURN; in pm_sigreturn_out()