Home
last modified time | relevance | path

Searched refs:try (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/tests/
H A Dmemorystatus_vm_map_fork.c127 int try; in wait_for_free_mem() local
139 try = 1; in wait_for_free_mem()
167 if (try-- == 0) { in wait_for_free_mem()
H A Dinet_transfer.c453 int try = 0; in send_receive() local
474 try++; in send_receive()
475 if (try == MAX_TRY) { in send_receive()
H A Dnet_bridge.c1724 for (int try = 1; try < BROADCAST_MAX_TRIES; try++) { in bridge_learning_test() local
1725 bool retry = (try > 1); in bridge_learning_test()
1738 ntoabuf, try); in bridge_learning_test()
2434 for (int try = 1; try < BROADCAST_MAX_TRIES; try++) { in mac_nat_test_ip() local
2435 bool retry = (try > 1); in mac_nat_test_ip()
2445 try); in mac_nat_test_ip()
H A Dstackshot_block_owner_14362384.m634 …msg_send_helper(test_send_port); // ping! msg_blocking_thread will now try to test_send_port us st…
703 // this thread should spawn and try to acquire the same kernel rwlock for read, but block
H A Dstackshot_tests.m130 /* syscall failed because buffer wasn't large enough, try again */
/xnu-11215/tests/iokit/
H A Dio_catalog_send_data.m77 T_LOG("try to exploit by opening service, possibly panic...");
/xnu-11215/tests/skywalk/
H A Dskywalk_test_utils.c1299 int try = 0; in sysctl_buf() local
1307 try++; in sysctl_buf()
1308 if (try <= RETRY_COUNT) { in sysctl_buf()
1333 try++; in sysctl_buf()
1334 if (try <= RETRY_COUNT) { in sysctl_buf()
/xnu-11215/doc/debugging/
H A Ddebugging.md335 exception in the end. It was just captured in try/catch block. So the simplified reproducer is:
364 Lets try to look around with a debugger.
/xnu-11215/doc/vm/
H A Dfreezer.md15 Every time the freezer thread wakes up it will try to freeze up to `memorystatus_pick_freeze_count_…
68 …sd/kern/kern_memorystatus_policy.c` for the implementation. In general, we try to freeze new proce…
H A Dsanitize.md235 For existing types, try to reuse the functions provided instead of
/xnu-11215/doc/observability/
H A Dmt_stackshot.md62 size. Should the buffer be too small, stackshot will try again with a bigger
/xnu-11215/doc/primitives/
H A Dstring-handling.md35 If you try to use `strlcmp` and you get a diagnostic like this:
/xnu-11215/tools/lldbmacros/
H A DREADME.md413 …the command code will try to read and show some results. It may still be junk or plain erronous. P…
418 …debugging protocol or just plain bad memory. In such a case please try to see if you can examine m…
/xnu-11215/makedefs/
H A DMakeInc.top328 # we try to throttle behavior into more managable S "stripes" of N/S
H A DMakeInc.def423 # * Doesn't try to suppress any warnings in staging (see Bounds-safety warning