Lines Matching refs:queue_path
96 char *queue_path = "/mq_perf_tests"; variable
141 .arg = &queue_path,
190 if (queue_path) in shutdown()
195 mq_unlink(queue_path); in shutdown()
292 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
297 printf("\n\tQueue %s created:\n", queue_path); in open_queue()
603 option = queue_path; in main()
605 queue_path = malloc(strlen(option) + 2); in main()
606 if (!queue_path) { in main()
610 queue_path[0] = '/'; in main()
611 queue_path[1] = 0; in main()
612 strcat(queue_path, option); in main()
655 printf("\tUsing queue path:\t\t\t%s\n", queue_path); in main()