Searched refs:GetUserTime (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dplatform-nullos.cc95 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::internal::OS
H A Dplatform.h130 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
H A Dplatform-posix.cc169 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::internal::OS
H A Dlog.cc1165 if (OS::GetUserTime(&sec, &usec) != -1) {
H A Dplatform-win32.cc588 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::internal::OS

Completed in 578 milliseconds