OpenFBClockSHMv2 returns opened POSIX shared mem used by fbclock
()
| 88 | |
| 89 | // OpenFBClockSHMv2 returns opened POSIX shared mem used by fbclock |
| 90 | func OpenFBClockSHMv2() (*Shm, error) { |
| 91 | return OpenFBClockShmCustomVer(shmPathV2, 2) |
| 92 | } |
| 93 | |
| 94 | // MmapShmpData mmaps open file as fbclock shared memory |
| 95 | func MmapShmpData(fd uintptr) (unsafe.Pointer, error) { |
no test coverage detected
searching dependent graphs…