Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dsemaphore.defs51 * a semaphore_t is created and destroyed through the task object.
H A Dtask.defs107 * to be destroyed, all of its IPC rights to be deallocated,
/xnu-8019.80.24/libsyscall/mach/
H A Derr_kern.sub78 "(os/kern) lock set destroyed",
82 "(os/kern) semaphore destroyed",
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1417 bool destroyed = fsw_port_dtor(fsw, vpna); in fsw_port_free() local
1418 if (destroyed) { in fsw_port_free()
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp253 bool destroyed = true; in noMoreSendersForObject() local
264 destroyed = (machPort->mscount <= *mscount); in noMoreSendersForObject()
265 if (!destroyed) { in noMoreSendersForObject()
290 return destroyed; in noMoreSendersForObject()
/xnu-8019.80.24/tests/
H A Dhvtest_x86.m1538 T_DECL_HV(pio_notifier_bad_port, "test port IO notifiers when the port is destroyed/deallocated/has…
1581 T_ASSERT_EQ(0, handle_io_count, "0 expected IO exits when port destroyed");
/xnu-8019.80.24/doc/
H A Dallocators.md240 Zones are created with `zone_create()`, and really meant never to be destroyed.
H A Dsched_clutch_edge.md7 …. Also in the world of GCD and workqueues where threads are created and destroyed rapidly, thread …
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c1182 …const bool destroyed = necp_client_release_locked(client); // Drop the reference held by the stats… in necp_destroy_flow_stats() local
1183 ASSERT(!destroyed); in necp_destroy_flow_stats()
1184 (void)destroyed; in necp_destroy_flow_stats()