Home
last modified time | relevance | path

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

/xnu-8019.80.24/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 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.iig123 * retained until the block completes.
139 * retained until the block completes. May only be used with a queue created with
H A DIODataQueueDispatchSource.iig66 * until SetHandler is called again or the event source is cancelled.
78 * 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 DIOInterruptDispatchSource.iig107 * 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.iig129 * It should be retained until the map is no longer required.
H A DIODMACommand.iig109 * It should be retained until the map is no longer required.
H A DIOService.iig104 … The provider is retained by DriverKit for the duration of Start() and on successful Start() until
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSPtr.h63 off on enabling shared pointers in IOKit APIs until we have \
/xnu-8019.80.24/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-8019.80.24/tests/ktrace/
H A Dkpc_tests.c256 int until = 0; variable
257 pthread_t *threads = start_threads(&mch, spin, &until);
288 until = 1;
/xnu-8019.80.24/tests/
H A Dstackshot_block_owner_14362384.m229 * sysctl will either lock and immediately release the lock, or lock and wait until a semaphore
336 * sysctl will either lock and immediately release the lock, or lock and wait until a semaphore
424 msg_send_helper(recv); // will block on send until message is received
513 …_create(&waiting, NULL, kmutex_grab_and_wait_thread, NULL); // thread will block until we signal it
622 …msg_send_helper(send); // ping! msg_blocking_thread will now try to send us stuff, and block until
634 msg_recv_helper(recv); // thread should block until we receive one of its messages
H A Dstackshot_accuracy.m365 /* wait until the child has recursed enough */
542 /* wait until the child has recursed enough */
/xnu-8019.80.24/tools/tests/perf_index/
H A DREADME42 n/2, it keeps repeating the copies until n bytes are copied.
/xnu-8019.80.24/doc/
H A Dxnu_build_consolidation.md95 One of the aspects that until now has been hardcoded in XNU is the system topology: number of cores…
/xnu-8019.80.24/makedefs/
H A DMakeInc.def174 # When a new clang has new warnings disable them here until the kernel is fixed.
184 # diagnostic here until we've completed that:
/xnu-8019.80.24/config/
H A DMASTER701 # sync with bsd/conf/MASTER until we fix the config system... todo XXX