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

Function OpenFBClockShmCustom

fbclock/shmem_notlinux.go:62–64  ·  view source on GitHub ↗

OpenFBClockShmCustom returns opened POSIX shared mem used by fbclock

(path string)

Source from the content-addressed store, hash-verified

60
61// OpenFBClockShmCustom returns opened POSIX shared mem used by fbclock
62func OpenFBClockShmCustom(path string) (*Shm, error) {
63 return OpenFBClockShmCustomVer(path, 1)
64}
65
66// OpenFBClockShmCustomVer returns opened POSIX shared mem used by fbclock
67func OpenFBClockShmCustomVer(path string, version int) (*Shm, error) {

Callers 1

OpenFBClockSHMFunction · 0.70

Calls 1

OpenFBClockShmCustomVerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…