Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignalvar.h388 ksiginfo_t * ksiginfo_alloc(int wait);
/f-stack/freebsd/kern/
H A Dkern_exit.c471 ksi = ksiginfo_alloc(TRUE); in exit1()
H A Dkern_thread.c471 p->p_ksi = ksiginfo_alloc(1); in proc_linkup()
H A Dkern_sig.c263 ksiginfo_alloc(int wait) in ksiginfo_alloc() function
413 } else if ((ksi = ksiginfo_alloc(0)) == NULL) { in sigqueue_add()