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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp308 mach_port_t threadPort = mach_thread_self(); local
309 thread_info(threadPort, THREAD_BASIC_INFO, reinterpret_cast<thread_info_t>(&info), &infoCount);
310 mach_port_deallocate(mach_task_self(), threadPort); local
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c1118 mach_port_t threadPort = mach_thread_self(); local
1119 thread_info(threadPort, THREAD_BASIC_INFO, (thread_info_t)(&info), &infoCount);
1120 mach_port_deallocate(mach_task_self(), threadPort); local

Completed in 197 milliseconds