Lines Matching refs:queue_path
98 char *queue_path = "/mq_perf_tests"; variable
143 .arg = &queue_path,
192 if (queue_path) in shutdown()
197 mq_unlink(queue_path); in shutdown()
294 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
299 printf("\n\tQueue %s created:\n", queue_path); in open_queue()
605 option = queue_path; in main()
607 queue_path = malloc(strlen(option) + 2); in main()
608 if (!queue_path) { in main()
612 queue_path[0] = '/'; in main()
613 queue_path[1] = 0; in main()
614 strcat(queue_path, option); in main()
655 printf("\tUsing queue path:\t\t\t%s\n", queue_path); in main()