MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / __update_now

Function __update_now

thread/thread.cpp:1220–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218 return false;
1219 }
1220 uint64_t __update_now() {
1221 last_tsc = _rdtsc();
1222 return update_now();
1223 }
1224 int timestamp_updater_init() {
1225 if (!ts_updater) {
1226 std::thread([&]{

Callers 1

alog.cppFile · 0.85

Calls 2

update_nowFunction · 0.85
_rdtscFunction · 0.70

Tested by

no test coverage detected