HomeSort by relevance Sort by last modified time
    Searched refs:GetUserTime (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
platform-nullos.cc 65 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
platform-posix.cc 75 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
platform.h 141 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
log.cc 945 if (OS::GetUserTime(&sec, &usec) != -1) {
    [all...]
platform-win32.cc 597 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
    [all...]

Completed in 273 milliseconds