Home
last modified time | relevance | path

Searched refs:since (Results 1 – 20 of 20) sorted by relevance

/xnu-10002.1.13/makedefs/
H A DMakeInc.rule550 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
557 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
564 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
597 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
602 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
609 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
616 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
623 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
630 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
637 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
H A DMakeInc.kernel42 # to the static link archive, along with the non-LTO objects (not linked, since ld -r on mach-o obj…
H A DMakeInc.def759 # aligned since ld64 will link with 16KB alignment for ARM64.
/xnu-10002.1.13/doc/
H A Dsched_cond.md39 2. If in the time since waking (B) and blocking (D), the consumer thread has been sent a wakeup (A)…
73 cond (G), signalling that it is inactive and checking for any wakeups that have been issued since t…
83 …read is active are guaranteed to be observed because the consumer will check for wakeups since the
H A Drecount.md99 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
H A Dsched_clutch_edge.md53 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t…
280 …icy is different from the default scheduling policy of the edge scheduler since this always tries …
H A Ddebugging.md174 The six library is still required even if data is encoding manually, since it converts types.
/xnu-10002.1.13/san/memory/
H A Dkasan-blacklist57 # XXX: could this be relaxed since fakestack is reentrant?
/xnu-10002.1.13/tests/
H A Dstackshot_idle_25570396.m216 /* Take a stackshot and a delta stackshot, measuring what changed since the previous
H A Dstackshot_block_owner_14362384.m239 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed
346 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
H A Dstackshot_tests.m185 T_ASSERT_POSIX_ZERO(ret, "set since timestamp %" PRIu64 " on stackshot config",
424 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
1280 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
/xnu-10002.1.13/libkern/zlib/
H A DREADME82 installed before testing (do "make install" before "make test"), since the
/xnu-10002.1.13/bsd/miscfs/devfs/
H A DREADME110 2/ the routines have greatly simplified since release 1.1
/xnu-10002.1.13/bsd/man/man2/
H A Dgetdirentriesattr.2162 However, since the variable is too small to hold an
/xnu-10002.1.13/doc/memorystatus/
H A Dfreezer.md100 …d 30 when idle. Importantly, docked apps are not eligible for the freezer since they're not in the…
/xnu-10002.1.13/iokit/DriverKit/
H A DIOService.iig437 * @discussion For use by DriverKit userspace services, since they can't set
/xnu-10002.1.13/bsd/net/
H A Dpf_ioctl.c1418 pf_status.since = pf_calendar_time_second(); in pf_start()
1439 pf_status.since = pf_calendar_time_second(); in pf_stop()
1762 pf_status.since = pf_calendar_time_second(); in pfioctl()
H A Dpfvar.h1612 u_int64_t since __attribute__((aligned(8))); member
/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c8015 unsigned int since; local
8025 since = now.tv_sec - mb_wdtstart.tv_sec;
8034 if (since >= MB_WDT_MAXTIME) {
8036 mb_waiters, since, mbuf_dump());
8047 if (since >= MB_WDT_MAXTIME / 2) {
/xnu-10002.1.13/tools/lldbmacros/
H A DREADME.md425 …t into the dSYM for the kernel executable. This makes debugging very easy since they can get loade…