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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_sync.c69 if (!ip_active(kern_port) || (ip_kotype(kern_port) != IKOT_SEMAPHORE)) {
91 if (ip_active(port) && (ip_kotype(port) == IKOT_SEMAPHORE)) {
H A Dipc_kobject.h113 #define IKOT_SEMAPHORE 23 macro
H A Dsync_sema.c200 ipc_kobject_set (s->port, (ipc_kobject_t) s, IKOT_SEMAPHORE);
/macosx-10.10/system_cmds-643.1.1/lsmp.tproj/
H A Dcommon.h85 #define IKOT_SEMAPHORE 23 macro
H A Dport_details.c57 case IKOT_SEMAPHORE: return "SEMAPHORE";

Completed in 173 milliseconds