Lines Matching refs:LOG
46 LOG("getppid fail, expect:%d, but get:%d", parentPid, pPid);
73 LOG("parent process id:%d", getpid());
77 LOG("sub parent process id:%d", getpid());
80 LOG("======== Fork Error! =========");
85 LOG("orphane process id:%d", getpid());
87 LOG("before while child child %d", shmAddr[1]);
91 LOG("after while child child %d", shmAddr[1]);
94 LOG("getppid orphaned process fail, expect:1, but get:%d", pPid);
99 LOG("child child exit %d", shmAddr[1]);
111 LOG("before while paret %d", shared[1]);
138 LOG("child getpgrp fail, expect:%d, but get:%d", pgid, childPgid);
169 LOG("child getpgid fail, expect:%d, but get:%d", pgid, childPgid);
176 LOG("child new pgid check fail, pid=%d, pgid:%d", childPid, childPgid);
217 LOG("child2: get sibling pgid fail, rt=%d, errno=%d", siblingPgid, errno);
222 LOG("child2: setpgid for sibling should fail");
226 LOG("child2: setpgid errno fail, expected %d, but get %d", ESRCH, errno);
282 LOG("invalid pid test...");
314 LOG("invalid pgid test...");
351 LOG("ERROR: execve return -1, errno=%d, err=%s\n", errno, strerror(errno));