Searched defs:s_hSelfPort (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/darwin/ | ||
H A D | systemmem-darwin.cpp | 68 static mach_port_t volatile s_hSelfPort = 0; local 69 mach_port_t hSelfPort = s_hSelfPort; 71 s_hSelfPort = hSelfPort = mach_host_self(); |
Completed in 46 milliseconds