Home
last modified time | relevance | path

Searched refs:made (Results 1 – 24 of 24) sorted by relevance

/xnu-11215.1.10/tests/
H A Dfd.c117 bool made; member
H A Dstackshot_idle_25570396.m269 spin_threads = 0; /* pthread-made thread should now exit */
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_importance.h194 extern ipc_importance_task_t ipc_importance_for_task(task_t task, boolean_t made);
H A Dipc_voucher.c753 mach_voucher_attr_value_reference_t made; in ivace_release() local
805 made = ivace->ivace_made; in ivace_release()
809 kr = (ivam->ivam_release_value)(ivam, key, value, made); in ivace_release()
823 if (ivace->ivace_made != made) { in ivace_release()
825 ivace->ivace_made -= made; in ivace_release()
H A Dipc_importance.c1924 ipc_importance_for_task(task_t task, boolean_t made) in ipc_importance_for_task() argument
1941 if (made) { in ipc_importance_for_task()
1967 task_elem->iit_made = (made) ? 1 : 0; in ipc_importance_for_task()
/xnu-11215.1.10/
H A DAPPLE_LICENSE53 work as originally made available by Apple under this License,
55 or works made available by Apple under this License, and that has been
58 originally made available by Apple under this License.
245 Modifications made by such Contributor. Apple retains all rights,
247 made by or on behalf of Apple ("Apple Modifications"), and such Apple
/xnu-11215.1.10/doc/primitives/
H A Dsched_cond.md41 1. Multiple calls to wake the consumer thread (A) may be made before the consumer_thread has awoken.
H A Dstring-handling.md4 standard C string functions. Unfortunately, poor design choices have made many
/xnu-11215.1.10/libkdd/
H A DREADME.md43 …s reserved for special types like ints, longs etc. A cool new functionality made possible with this
/xnu-11215.1.10/doc/mach_ipc/
H A Dkmsg.md16 IPC kmsg is meant to wrap a Mach message, which is made of 4 different parts,
81 As far as layout is concerned, an IPC kernel message is made of two halves: some
/xnu-11215.1.10/doc/lifecycle/
H A Dstartup.md10 The startup sequence is made of individual subsystems (the `STARTUP_SUB_*`
H A Dhibernation.md84 is made from `acpi_hibernate()` on Intel and from `ml_arm_sleep()` on ARM64.
/xnu-11215.1.10/doc/allocators/
H A Dread-only.md90 that we're making conscious, considered choices over which zones are made
H A Dapi-basics.md65 made with `Z_WAITOK` from regular (non exhaustible) zones, or from `kalloc*`
/xnu-11215.1.10/libkern/zlib/
H A DREADME36 The changes made in version 1.2.3 are documented in the file ChangeLog.
/xnu-11215.1.10/iokit/DriverKit/
H A DOSAction.iig131 * @discussion This call should be made before any possible invocation of the action.
H A DIOService.iig100 * @brief First call made to a matched IOService.
102 * Start is the first call made to the new object.
/xnu-11215.1.10/doc/building/
H A Dxnu_build_consolidation.md128 and very often checked at various places across XNU and elsewhere, it made sense to keep it as a co…
H A Dbound_checks.md20 bsd/conf/files is where build system modifications were made.
/xnu-11215.1.10/makedefs/
H A DMakeInc.cmd497 # $(3) is a fallback if no substitutions were made
/xnu-11215.1.10/doc/vm/
H A Dmemorystatus.md111 …ic reflects the number of pages that memorystatus thinks could quickly be made free. This metric i…
H A Dsanitize.md288 A *test* is made up of multiple trials: a single VM function called many
/xnu-11215.1.10/doc/scheduler/
H A Dsched_clutch_edge.md76 …ns threads ordered by their promoted or base priority (whichever property made the thread eligible…
227 … cluster. This measures the number of threads that are ahead of the newly made runnable thread in …
/xnu-11215.1.10/tools/lldbmacros/
H A DREADME.md272 …Q. I made a change in a python file for a command or summary, but the output is not reflected in t…