Searched refs:queue_path (Results 1 – 2 of 2) sorted by relevance
57 char *queue_path; variable93 if (queue_path) in shutdown()98 mq_unlink(queue_path); in shutdown()212 if (mq_unlink(queue_path)) in test_queue()234 if (mq_unlink(queue_path)) in test_queue_fail()245 queue_path = default_queue_path; in main()254 queue_path = strdup(argv[1]); in main()257 if (!queue_path) { in main()261 queue_path[0] = '/'; in main()262 queue_path[1] = 0; in main()[all …]
98 char *queue_path = "/mq_perf_tests"; variable143 .arg = &queue_path,195 if (queue_path) in shutdown()200 mq_unlink(queue_path); in shutdown()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()[all …]
Completed in 8 milliseconds