| 102 | pp[(*cnt)++] = p; |
| 103 | } |
| 104 | static void execute_device_items(DEVICE_VOID *pp, int cnt) |
| 105 | { |
| 106 | for (int i = 0; i < cnt; i++) { |
| 107 | pp[i](); |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | static uae_sem_t thread_sema; |
| 112 | static int device_configs_cnt; |
no outgoing calls
no test coverage detected