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

Function ClockAdjtime

phc/unix/notlinux.go:47–49  ·  view source on GitHub ↗

ClockAdjtime is not supported on non-linux.

(_ int32, _ *Timex)

Source from the content-addressed store, hash-verified

45
46// ClockAdjtime is not supported on non-linux.
47func ClockAdjtime(_ int32, _ *Timex) (int, error) {
48 return 0, errors.New("clock adjtime is unsupported on this platform")
49}
50
51// Adjtimex is not supported on non-linux.
52func Adjtimex(_ *Timex) (int, error) {

Callers 5

FrequencyPPBFunction · 0.92
AdjFreqPPBFunction · 0.92
StepFunction · 0.92
MaxFreqPPBFunction · 0.92
SetSyncFunction · 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…