| 104 | const char *gpu_devices_arg; |
| 105 | } cli_config; |
| 106 | |
| 107 | static volatile sig_atomic_t cli_interrupted; |
| 108 | static volatile sig_atomic_t cli_dist_busy; |
| 109 | static volatile sig_atomic_t cli_dist_notice_printed; |
nothing calls this directly
no outgoing calls
no test coverage detected