Searched refs:pause (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.81.4/osfmk/i386/commpage/ |
| H A D | fifo_queues.s | 106 pause // SMT-friendly backoff 129 pause 135 pause 174 pause 180 pause 255 pause // SMT-friendly backoff 278 pause 284 pause 324 pause 330 pause
|
| /xnu-12377.81.4/tests/signals/ |
| H A D | signal_exit_reason.c | 184 pause(); in __test_exit_reason_external_signal() 206 pause(); in __test_exit_reason_delegate_signal() 237 pause(); in __test_exit_reason_delegate_terminate() 262 pause(); in __test_exit_reason_terminate() 284 pause(); in __test_exit_reason_signal_with_audittoken() 306 pause(); in __test_exit_reason_signal_with_audittoken_fail_bad_token() 325 pause(); in __test_exit_reason_delegated_signal_fail_bad_instigator_token() 342 pause(); in __test_exit_reason_signal_with_audittoken_fail_null_token() 359 pause(); in __test_exit_reason_signal_with_audittoken_fail_bad_signal()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | compact_id.c | 229 uint64_t pause = pause_init; variable 247 if (pause-- == 0) { 249 pause = pause_init;
|
| H A D | simple_lock.h | 388 #define hw_lock_bit_to_b(lck, bit, spec, pause, grp) \ argument 389 hw_lock_bit_to_b(lck, bit, spec, pause)
|
| /xnu-12377.81.4/tests/rm/ |
| H A D | pthread_setugid.c | 29 pause();
|
| /xnu-12377.81.4/tests/workq/ |
| H A D | workq_83476290.c | 60 pause();
|
| /xnu-12377.81.4/tests/ |
| H A D | kqworkloop_limits_client.c | 152 pause(); in main()
|
| H A D | task_suspend_stats.c | 211 pause();
|
| H A D | stackshot_block_owner_14362384.m | 862 pause();
|
| H A D | stackshot_tests.m | 650 (void) pause(); /* parent will kill -9 us */
|
| /xnu-12377.81.4/tests/vfs/ |
| H A D | freeable_vnodes.c | 223 pause();
|
| /xnu-12377.81.4/osfmk/console/ |
| H A D | video_console.c | 2752 gc_pause( boolean_t pause, boolean_t graphics_now ) in gc_pause() argument 2756 disableConsoleOutput = (pause && !console_is_serial()); in gc_pause() 2757 gc_enabled = (!pause && !graphics_now); in gc_pause() 2763 if (pause) { in gc_pause()
|
| /xnu-12377.81.4/doc/vm/ |
| H A D | memorystatus_kills.md | 110 …ad call to perform these kills. We will only kill idle processes and will pause for 500 m.s. betwe…
|
| H A D | pageout_scan.md | 162 to take it), drop the PageQ lock, pause for 10µs, and restart from Phase 2.
|
| /xnu-12377.81.4/tests/ktrace/ |
| H A D | kdebug_tests.c | 1804 pause();
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | README.md | 501 The debug scripts will pause to give you a chance to "Debug: Start Debugging" in VSCode. Then break…
|