Lines Matching refs:msgctl
255 if (msgctl(tid, IPC_RMID, 0) < 0) {
321 if (msgctl(tid, IPC_RMID, 0) < 0) {
322 printf("msgctl() error: %s\n",
338 if (msgctl(tid, IPC_RMID, 0) < 0) {
339 printf("msgctl() error: %s\n", strerror(errno));
343 if (msgctl(id, IPC_RMID, 0) < 0) {
344 printf("msgctl() failure in child group %d: %s\n",
436 (void)msgctl(tid, IPC_RMID, NULL);
437 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) {
438 (void)msgctl(tid, IPC_RMID, NULL);
439 tst_resm(TFAIL, "msgctl(tid, IPC_RMID) failed");