Home
last modified time | relevance | path

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

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