Lines Matching refs:queue_path
98 char *queue_path = "/mq_perf_tests"; variable
143 .arg = &queue_path,
195 if (queue_path) in shutdown()
200 mq_unlink(queue_path); in shutdown()
297 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
302 printf("\n\tQueue %s created:\n", queue_path); in open_queue()
614 option = queue_path; in main()
616 queue_path = malloc(strlen(option) + 2); in main()
617 if (!queue_path) { in main()
621 queue_path[0] = '/'; in main()
622 queue_path[1] = 0; in main()
623 strcat(queue_path, option); in main()
659 printf("\tUsing queue path:\t\t\t%s\n", queue_path); in main()