Home
last modified time | relevance | path

Searched refs:ipc_kobject_is_mscount_current_locked (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/iokit/IOKit/
H A DIOKitServer.h168 extern bool ipc_kobject_is_mscount_current_locked(ipc_port_t port, mach_port_mscount_t mscount);
/xnu-12377.41.6/osfmk/kern/
H A Dipc_kobject.h259 extern bool ipc_kobject_is_mscount_current_locked(
H A Dipc_kobject.c985 ipc_kobject_is_mscount_current_locked(ipc_port_t port, mach_port_mscount_t mscount) in ipc_kobject_is_mscount_current_locked() function
996 is_last = ipc_kobject_is_mscount_current_locked(port, mscount); in ipc_kobject_is_mscount_current()
H A Dthread.c4054 if (!ipc_kobject_is_mscount_current_locked(port, mscount)) { in thread_port_with_flavor_no_senders()
4096 !ipc_kobject_is_mscount_current_locked(port, mscount)) { in thread_port_with_flavor_no_senders()
H A Dtask.c2839 if (!ipc_kobject_is_mscount_current_locked(port, mscount)) { in task_port_with_flavor_no_senders()
2880 !ipc_kobject_is_mscount_current_locked(port, mscount)) { in task_port_with_flavor_no_senders()
/xnu-12377.41.6/iokit/Kernel/
H A DIOUserClient.cpp275 destroyed = ipc_kobject_is_mscount_current_locked(port, mscount); in noMoreSenders()