MCPcopy Create free account
hub / github.com/facebook/time / OpenFBClockSHMv2

Function OpenFBClockSHMv2

fbclock/shmem_notlinux.go:90–92  ·  view source on GitHub ↗

OpenFBClockSHMv2 returns opened POSIX shared mem used by fbclock

()

Source from the content-addressed store, hash-verified

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

Callers 1

RunMethod · 0.92

Calls 1

OpenFBClockShmCustomVerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…