Home
last modified time | relevance | path

Searched defs:prevTime (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/hook/linux/
Dmusl_fdtrack.c47 bool normal_flow_control(struct timeval prevTime, int interval) in normal_flow_control()
76 bool check_before_memory_allocate(struct timeval prevTime, int interval) in check_before_memory_allocate()
Dmalloc_common.c40 struct timeval prevTime = {0, 0}; variable
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.cpp233 double prevTime = 0.0; in run() local