StoreFBClockData is a wrapper for StoreFBClockDataV2
(fd uintptr, d DataV2)
| 156 | |
| 157 | // StoreFBClockData is a wrapper for StoreFBClockDataV2 |
| 158 | func StoreFBClockData(fd uintptr, d DataV2) error { |
| 159 | return StoreFBClockDataV2(fd, d) |
| 160 | } |
| 161 | |
| 162 | // StoreFBClockDataV1 will store fbclock data in shared mem, |
| 163 | // fd param should be open file descriptor of that shared mem. |
nothing calls this directly
no test coverage detected
searching dependent graphs…