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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1178 mach_port_t hostPort = mach_host_self(); local
1179 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1181 mach_port_deallocate(mach_task_self(), hostPort); local
1244 mach_port_t hostPort = mach_host_self(); local
1245 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1247 mach_port_deallocate(mach_task_self(), hostPort); local

Completed in 103 milliseconds