Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/tests/vm_memory_tests_src/
H A Dmain.c78 int attempts = 0; in spawn_process() local
83 attempts++; in spawn_process()
84 } while (ret == BOOTSTRAP_UNKNOWN_SERVICE && attempts < kMaxAttempts); in spawn_process()
/xnu-11417.121.6/osfmk/arm/
H A Drtclock.c222 int attempts = 0; in mach_absolute_time()
242 attempts++; in mach_absolute_time()
248 …} while (attempts < MAX_TIMEBASE_TRIES && !OSCompareAndSwap64(old_absolute_time, new_absolute_time… in mach_absolute_time()
250 if (attempts < MAX_TIMEBASE_TRIES && old_absolute_time > new_absolute_time) { in mach_absolute_time()
/xnu-11417.121.6/doc/vm/
H A Dmemorystatus_notify.md92 Jetsam attempts to maintain a sufficiently large pool of
97 Conversely, vm_pressure attempts to maintain the amount of memory available to
/xnu-11417.121.6/doc/primitives/
H A Dsched_cond.md77 …s active and clearing the queued wakeup. Once done with its consumption it attempts to wait on the
H A Datomics.md289 Any control flow that attempts to exit its scope of the loop needs to be
/xnu-11417.121.6/doc/scheduler/
H A Dsched_clutch_edge.md7 …s (eg. photos sync, source compilation). The traditional Mach scheduler attempts to achieve these …
99 …riority decay calculation as they use CPU. The priority decay algorithm attempts to reward bursty …
273 The Edge scheduler attempts to load balance cluster shared resource intensive threads across cluste…
/xnu-11417.121.6/tests/
H A Dstackshot_block_owner_14362384.m458 // attempts to acquire a kernel rwlock for reading, and doesn't wait on a semaphore afterwards.
509 * The 'grabbing' thread just attempts to lock the kernel mutex.