Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 67) sorted by relevance

123

/xnu-10063.121.3/osfmk/mach/arm/
H A Dthread_status.h283 is_thread_state32(const arm_unified_thread_state_t *its) in is_thread_state32() argument
285 return its->ash.flavor == ARM_THREAD_STATE32; in is_thread_state32()
289 is_thread_state64(const arm_unified_thread_state_t *its) in is_thread_state64() argument
291 return its->ash.flavor == ARM_THREAD_STATE64; in is_thread_state64()
295 thread_state32(arm_unified_thread_state_t *its) in thread_state32() argument
297 return &its->ts_32; in thread_state32()
301 thread_state64(arm_unified_thread_state_t *its) in thread_state64() argument
303 return &its->ts_64; in thread_state64()
307 const_thread_state32(const arm_unified_thread_state_t *its) in const_thread_state32() argument
309 return &its->ts_32; in const_thread_state32()
[all …]
/xnu-10063.121.3/osfmk/kern/
H A Dkern_debug.modulemap6 // kern/debug.h gets its own top level module because it includes
7 // <kern/kcdata.h>, which gets its own top level module outside of the
17 // uses the Darwin module, and so <kern/kcdata.h> needs its own top level
H A Dkcdata.modulemap2 // kern/kcdata.h gets its own top level module outside of the Darwin module
12 // needs its own top level module that sits on top of Darwin.
/xnu-10063.121.3/bsd/vfs/
H A Dvnode_if.src17 # California, Berkeley and its contributors.
18 # 4. Neither the name of the University nor the names of its contributors
/xnu-10063.121.3/doc/allocators/
H A Dread-only.md37 This is where the Read-Only Allocator provides its defense: we observe that
64 e.g. a thread points to its task, which points to its proc, which points to
65 its credential. The principle here is to ensure the integrity of the entire
H A Dapi-basics.md22 - `<kern/zalloc.h>` and `<kern/kalloc.h>` for its API surface, which most
97 `kalloc_type` or one of its variants (like IOKit's `IOMallocType`) and untyped
99 one of its variants (like IOKit's `IOMallocData`). However, this comes with
103 as its ABI has not yet converged.
348 all its subclasses must also explicitly adopt typed allocators. It is not
350 automatically provide the implementation of the operators for all of its children:
386 purpose as its backing store should not contain kernel pointers.
/xnu-10063.121.3/osfmk/conf/
H A Dcopyright.osf20 # Software, then Licensee will (1) notify the OSF/RI regarding its
45 # of its terms. Licensee may be held legally responsible for any
H A Dcopyright.cmu6 * Permission to use, copy, modify and distribute this software and its
/xnu-10063.121.3/osfmk/mach/
H A Dtask.defs36 * Permission to use, copy, modify and distribute this software and its
108 * Destroy the target task, causing all of its threads
109 * to be destroyed, all of its IPC rights to be deallocated,
110 * and all of its address space to be deallocated.
237 * is not suspended; its initial execution state is given
H A Dhost_priv.defs36 * Permission to use, copy, modify and distribute this software and its
158 * In addition to all the failure modes of its cousin,
330 * If this value is already set, the kernel will discard its
H A Dthread_act.defs36 * Permission to use, copy, modify and distribute this software and its
176 * its suspend count is zero, and the suspend count
177 * for its task is also zero.
H A Dmach_notify.defs31 * But its existence keeps us from having MIG generate the client-side
H A Daudit_triggers.defs16 * its contributors may be used to endorse or promote products derived
H A Dhost_security.defs36 * Permission to use, copy, modify and distribute this software and its
H A Dupl.defs36 * Permission to use, copy, modify and distribute this software and its
/xnu-10063.121.3/doc/primitives/
H A Dsched_cond.md51 `sched_cond_t` and its functions provide fast paths for (1) and (2) by wrapping `thread_wake_thread…
77 signalling that it is active and clearing the queued wakeup. Once done with its consumption it atte…
/xnu-10063.121.3/libsyscall/mach/
H A Derr_us.sub10 * Permission to use, copy, modify and distribute this software and its
H A Derr_ipc.sub10 * Permission to use, copy, modify and distribute this software and its
/xnu-10063.121.3/bsd/crypto/doc/
H A DKernelCrypto.txt89 in respect of its properties, including, but not limited to, correctness
119 in respect of its properties, including, but not limited to, correctness
146 in respect of its properties, including, but not limited to, correctness
/xnu-10063.121.3/libkern/libkern/c++/
H A DOSPtr.h54 ask IOKit to return shared pointers from many of its API \
/xnu-10063.121.3/doc/scheduler/
H A Dsched_clutch_edge.md16 …ecisions at various thread grouping levels. The hierarchical scheduler, as its implemented today, …
28 …ue. The deadline for a root bucket is calculated based on its first-runnable timestamp and its **W…
41its deadline is set to `(now + WCEL[bucket])`. This ensures that the bucket would be scheduled at …
125 * Otherwise find the (non-AboveUI) highest priority root bucket that is runnable and select its hig…
222 … for a thread of a given QoS to get on core on the cluster. The metric has its roots in queueing d…
248 …ut is invoked when the processor does not find any thread for execution in its runqueue. The aim o…
265 …ds are not runnable or executing on cluster types which are different from its preferred cluster t…
282 …at the threads first fill up all the capacity on the preferred cluster and its homogeneous peers b…
/xnu-10063.121.3/osfmk/lockd/
H A Dlockd_mach.defs67 /* Ping lockd, have launchd start it if its not running */
/xnu-10063.121.3/tests/
H A Dmach_exc.defs36 * Permission to use, copy, modify and distribute this software and its
/xnu-10063.121.3/doc/vm/
H A Dmemorystatus_kills.md31 …ure`, the `memorystatus_thread` will perform these kills. Any process over its soft memory limit i…
67its hard limit. The process is immediately killed. This kill happens on the thread that tried to a…
/xnu-10063.121.3/doc/observability/
H A Dcpu_counters.md38 - Stackshot includes cycles and instructions for each thread container in its kcdata.

123