| 106 | |
| 107 | #if defined(mxInstrument) && mxMacOSX |
| 108 | static void fxWorkerInstrumentationTimer(CFRunLoopTimerRef timer, void *info) |
| 109 | { |
| 110 | xsMachine *machine = info; |
| 111 | fxSampleInstrumentation(machine, 0, NULL); |
| 112 | |
| 113 | // extern void modInstrumentMachineReset(xsMachine *the); |
| 114 | // modInstrumentMachineReset(machine); |
| 115 | } |
| 116 | #endif |
| 117 | |
| 118 | void fxWorkerInitialize(txWorker* worker) |
nothing calls this directly
no test coverage detected