MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kcsan_md_delay

Function kcsan_md_delay

freebsd/amd64/include/csan.h:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static inline void
65kcsan_md_delay(uint64_t us)
66{
67 DELAY(us);
68}
69
70static void
71kcsan_md_unwind(void)

Callers 1

kcsan_accessFunction · 0.50

Calls 1

DELAYFunction · 0.50

Tested by

no test coverage detected