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

/darwin-on-arm/xnu/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);

Completed in 27 milliseconds