Searched refs:destroyed (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | semaphore.defs | 51 * a semaphore_t is created and destroyed through the task object.
|
| H A D | task.defs | 107 * to be destroyed, all of its IPC rights to be deallocated,
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_kern.sub | 78 "(os/kern) lock set destroyed", 82 "(os/kern) semaphore destroyed",
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1417 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 D | IOUserClient.cpp | 253 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 D | hvtest_x86.m | 1538 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 D | allocators.md | 240 Zones are created with `zone_create()`, and really meant never to be destroyed.
|
| H A D | sched_clutch_edge.md | 7 …. Also in the world of GCD and workqueues where threads are created and destroyed rapidly, thread …
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 1182 …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()
|