Home
last modified time | relevance | path

Searched refs:threadPort (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DTimeoutChecker.cpp70 mach_port_t threadPort = mach_thread_self(); in getCPUTime() local
71 thread_info(threadPort, THREAD_BASIC_INFO, reinterpret_cast<thread_info_t>(&info), &infoCount); in getCPUTime()
72 mach_port_deallocate(mach_task_self(), threadPort); in getCPUTime()