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()
616 option = queue_path; in main()
618 queue_path = malloc(strlen(option) + 2); in main()
619 if (!queue_path) { in main()
623 queue_path[0] = '/'; in main()
624 queue_path[1] = 0; in main()
625 strcat(queue_path, option); in main()
661 printf("\tUsing queue path:\t\t\t%s\n", queue_path); in main()