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

Method Fd

phc/device.go:41–41  ·  view source on GitHub ↗

Fd returns the underlying file descriptor

()

Source from the content-addressed store, hash-verified

39
40// Fd returns the underlying file descriptor
41func (dev *Device) Fd() uintptr { return dev.File().Fd() }
42
43// ClockID derives the clock ID from the file descriptor number -
44// see clock_gettime(3), FD_TO_CLOCKID macros

Callers 8

ClockIDMethod · 0.95
readSysoffPreciseMethod · 0.95
readCapsMethod · 0.95
setPinFuncMethod · 0.95
setPTPPeroutMethod · 0.95
extTTSRequestMethod · 0.95
ReadMethod · 0.95

Calls 2

FileMethod · 0.95
FdMethod · 0.65

Tested by

no test coverage detected