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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1140 mach_port_t hostPort = mach_host_self(); local
1141 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1143 mach_port_deallocate(mach_task_self(), hostPort); local
1206 mach_port_t hostPort = mach_host_self(); local
1207 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo,
1209 mach_port_deallocate(mach_task_self(), hostPort); local

Completed in 186 milliseconds