Lines Matching refs:LOG
36 LOG("handler: recv a signal: %d", signum);
39 LOG("SigAbortHandler: shmat fail, errno = %d", errno);
41 LOG("shared: %p", shared);
44 LOG("SigAbortHandler: shmdt errno = %d", errno);
52 LOG("handler recv a signal: %s(%d)", ALL_SIGNALS[signum].signame, signum);
60 LOG("handler recv a signal: %s(%d)", ALL_SIGNALS[signum].signame, signum);
121 LOG("Child should has been Terminated, but still alive.");
146 LOG("check if child2 exited OK");
155 LOG("check if child exited OK");
161 LOG("set %d signal handler failed, errno=%d", signum, errno);
166 LOG("SignalHandler check fail, expected=%d, received=%d", signum, mReceivedSignal);
189 LOG("bytes number read from stderr file error, expect:%d, actual:%d",
233 LOG("pthread_kill failed, errno=%d", ret);
236 LOG("pthread_kill send signal(%d) ok", SIGINT);
249 LOG("block SIGINT");
260 LOG("unblock SIGINT");
266 LOG("check the new block set");
283 LOG("SubThread: check the block set is inherited");
286 LOG("initial block set should include SIGUSR1!");
290 LOG("SubThread: add SIGINT to block set");
295 LOG("SubThread: check the new block set");
299 LOG("failed to add SIGINT to block set!");
303 LOG("SIGUSR1 should still in block set!");