Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 32) sorted by relevance

12

/xnu-12377.61.12/iokit/DriverKit/
H A DIOBufferMemoryDescriptor.iig61 * and zero length until set with SetLength().
90 …iscussion IOBufferMemoryDescriptor have capacity allocated at Create() but no valid data until set
H A DIOExtensiblePaniclog.iig98 * offset 0 and continues until 'len'
110 * last written byte and continues until 'len'
H A DOSAction.iig69 …* @param target OSObject to receive the callback. This object will be retained until the OSA…
154 …* @discussion The current thread is blocked until the action invocation has completed, the action…
H A DIODispatchQueue.iig129 * retained until the block completes.
145 * retained until the block completes. May only be used with a queue created with
H A DIODataQueueDispatchSource.iig73 * until SetHandler is called again or the event source is cancelled.
85 * until SetHandler is called again or the event source is cancelled.
H A DIOServiceNotificationDispatchSource.iig97 * until SetHandler is called again or the event source is cancelled.
H A DIOServiceStateNotificationDispatchSource.iig85 * until SetHandler is called again or the event source is cancelled.
H A DIOWorkGroup.iig74 …* @brief Create an IOWorkGroup object. This object is not functional until a workgroup port …
H A DIOMemoryDescriptor.iig130 * It should be retained until the map is no longer required.
H A DIOInterruptDispatchSource.iig107 * until SetHandler is called again or the event source is cancelled.
H A DIODMACommand.iig109 * It should be retained until the map is no longer required.
/xnu-12377.61.12/libkern/libkern/c++/
H A DOSPtr.h63 off on enabling shared pointers in IOKit APIs until we have \
/xnu-12377.61.12/osfmk/mach/
H A Dmach_notify.defs34 * until the real notify.h becomes "MIG-safe."
H A Dthread_act.defs175 * Once suspended, a thread may not execute again until
/xnu-12377.61.12/tests/cpu_counters/
H A Dkpc_tests.c313 int until = 0; variable
314 pthread_t *threads = start_threads(&mch, spin, &until);
345 until = 1;
/xnu-12377.61.12/tests/
H A Dstackshot_block_owner_14362384.m241 * sysctl will either lock and immediately release the lock, or lock and wait until a semaphore
348 * sysctl will either lock and immediately release the lock, or lock and wait until a semaphore
436 msg_send_helper(test_recv_port); // will block on test_send_port until message is received
525 …_create(&waiting, NULL, kmutex_grab_and_wait_thread, NULL); // thread will block until we signal it
634 …; // ping! msg_blocking_thread will now try to test_send_port us stuff, and block until we receive.
646 msg_recv_helper(test_recv_port); // thread should block until we receive one of its messages
H A Dstackshot_accuracy.m367 /* wait until the child has recursed enough */
546 /* wait until the child has recursed enough */
/xnu-12377.61.12/doc/vm/
H A Dmemorystatus_kills.md9 …read, etc...), and if the kill targets 1 pid or kills up the jetsam bands until the system is reco…
41 …The `memorystatus_thread` will kill processes in ascending priority order until available pages is…
98 On iOS, the `memorystatus_thread` will kill in ascending jetsam priority order until the space shor…
H A Dpageout_scan.md19 The pageout thread will continue scanning for pages to evict until all of the
55 state machine (e.g. to yield VM locks, to wait until the free page pool is
161 from taking the lock until the privileged thread has had an opportunity
H A Dmemorystatus.md65 1. Go back to step 1 until the system is healthy and the thread can block.
124 … to take when `memorystatus_available_pages` is low. Each action is taken until `memorystatus_avai…
185 …, memorystatus blocks all additional corpse creation after it purges them until the system returns…
H A Dmemorystatus_notify.md77 be queried or the calling thread to block until the pressure level changes.
/xnu-12377.61.12/tools/tests/perf_index/
H A DREADME42 n/2, it keeps repeating the copies until n bytes are copied.
/xnu-12377.61.12/doc/observability/
H A Drecount.md108 Readers wait until the generation count becomes even before trying to read the values, and if the c…
/xnu-12377.61.12/doc/building/
H A Dxnu_build_consolidation.md97 One of the aspects that until now has been hardcoded in XNU is the system topology: number of cores…
/xnu-12377.61.12/doc/primitives/
H A Dstring-handling.md83 to `output` (plus a NUL), `input` is read until reaching a NUL character. This

12