Searched refs:threadPort (Results 1 – 1 of 1) sorted by relevance
70 mach_port_t threadPort = mach_thread_self(); in getCPUTime() local71 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()