Get the device thread trace
| 91 | |
| 92 | //! Get the device thread trace |
| 93 | device::ThreadTrace* getDeviceThreadTrace() { return deviceThreadTrace_; } |
| 94 | |
| 95 | //! Set the device thread trace |
| 96 | void setDeviceThreadTrace(device::ThreadTrace* threadTrace) { deviceThreadTrace_ = threadTrace; } |
no outgoing calls
no test coverage detected