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

Function OpenFBClockSHM

fbclock/shmem_notlinux.go:85–87  ·  view source on GitHub ↗

OpenFBClockSHM returns opened POSIX shared mem used by fbclock

()

Source from the content-addressed store, hash-verified

83
84// OpenFBClockSHM returns opened POSIX shared mem used by fbclock
85func OpenFBClockSHM() (*Shm, error) {
86 return OpenFBClockShmCustom(shmPath)
87}
88
89// OpenFBClockSHMv2 returns opened POSIX shared mem used by fbclock
90func OpenFBClockSHMv2() (*Shm, error) {

Callers

nothing calls this directly

Calls 1

OpenFBClockShmCustomFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…