Home
last modified time | relevance | path

Searched refs:MPO_TEMPOWNER (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/mach/
H A Dport.h446 #define MPO_TEMPOWNER 0x04 /* Set the tempowner bit of the port */ macro
/xnu-10063.141.1/osfmk/ipc/
H A Dmach_port.c2761 if (options->flags & (MPO_IMPORTANCE_RECEIVER | MPO_DENAP_RECEIVER | MPO_TEMPOWNER)) { in mach_port_construct()
2765 if (options->flags & MPO_TEMPOWNER) { in mach_port_construct()
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m2156 …ags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOWNER,