Searched defs:GetTimeInMs (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/unittest/
H A Dthread_wrappers_win.h60 int GetTimeInMs() { function
124 int start_time = GetTimeInMs();
126 while (cond.Eval() == false && GetTimeInMs() - start_time < millis) {
164 int start_time = GetTimeInMs();
166 while (!signaled_ && GetTimeInMs() - start_time < millis) {
167 int curr_time = GetTimeInMs();
H A Dthread_wrappers_pthread.h117 static int GetTimeInMs() { function
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp152 long GetTimeInMs() { function
169 long start = GetTimeInMs();
171 long end = GetTimeInMs();

Completed in 582 milliseconds