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

Function ClockSettime

phc/unix/notlinux.go:57–59  ·  view source on GitHub ↗

ClockSettime is not supported on non-linux.

(_ int32, _ *Timespec)

Source from the content-addressed store, hash-verified

55
56// ClockSettime is not supported on non-linux.
57func ClockSettime(_ int32, _ *Timespec) error {
58 return errors.New("clock settime is unsupported on this platform")
59}
60
61// IoctlPtpSysOffsetExtendedClock is not supported on non-linux.
62func IoctlPtpSysOffsetExtendedClock(_ int, _ uint32, _ uint) (*PtpSysOffsetExtended, error) {

Callers 1

clockSetTimeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…