Lines Matching full:signal
26 #include <signal.h>
38 * Crank up the signal catcher thread.
47 "Signal Catcher", signalCatcherThreadStart, NULL))
54 * Shut down the signal catcher thread if it was started.
68 LOGV("signal catcher has shut down\n");
252 * Sleep in sigwait() until a signal arrives.
262 LOGV("Signal catcher thread started (threadid=%d)\n", self->threadId);
280 * is met. When the signal hits, we wake up, without any signal
297 LOGI("threadid=%d: reacting to signal %d\n",
320 LOGE("unexpected signal %d\n", rcvd);