Searched defs:signal (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Derror.c39 * 128+n signal n received by the application
53 int signal = WTERMSIG(status); local
54 INFO("Child <%d> ended on signal (%d).", pid, signal);
H A Dutils.c1901 /* Check whether a signal is blocked by a process. */
1904 bool task_blocking_signal(pid_t pid, int signal) argument
1929 if (sigblk & signal)

Completed in 13 milliseconds