| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSMetaClass.h | 1840 #define OSDeclareCommonStructors(className, dispatch) \ argument 1849 _OS_ADD_METAMETHODS(dispatch); \ 1856 _OS_ADD_METHODS(className, dispatch) 1880 #define _OSDeclareDefaultStructors(className, dispatch) \ argument 1881 OSDeclareCommonStructors(className, dispatch); \ 1891 _OSDeclareDefaultStructors(className, dispatch) 1912 OSDeclareCommonStructors(className, dispatch) \ 1923 _OSDeclareAbstractStructors(className, dispatch) \ 1928 _OSDeclareAbstractStructors(className, dispatch) 1957 _OSDeclareDefaultStructors(className, dispatch) \ [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | hv_support_kext.c | 50 .dispatch = NULL, /* thread is being dispatched for execution */ 193 .dispatch = NULL, in hv_release_callbacks()
|
| H A D | hv_support_kext.h | 58 void (*dispatch)(void *vcpu); member
|
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOServiceUserNotification.h | 22 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) override;
|
| H A D | TestIOServiceUserNotification.cpp | 38 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod() argument
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 194 * @param dispatch NULL when called in the driver. The IOUserClient::ExternalMethod() 197 * specified by the dispatch structure 'function' field, and the 200 * @param target Target for the dispatch function 201 * @param reference Reference constant for the dispatch function 209 const IOUserClientMethodDispatch * dispatch,
|
| H A D | IODispatchQueue.iig | 68 * All blocks submitted to dispatch queues are dequeued in FIFO order. 76 * @brief Creates a new dispatch queue object. 77 …* @discussion Creates a new dispatch queue object. All queues are currently serial, executing one…
|
| H A D | IODispatchSource.iig | 41 * IODispatchSource common base class for dispatch sources.
|
| H A D | IOInterruptDispatchSource.iig | 55 * IOInterruptDispatchSource delivers interrupts to a handler block on a dispatch queue.
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 6445 IOExternalMethodDispatch *dispatch, in externalMethod() argument 6466 dispatch = &dispatchArray[selector]; in dispatchExternalMethod() 6469 count = dispatch->checkScalarInputCount; in dispatchExternalMethod() 6474 count = dispatch->checkStructureInputSize; in dispatchExternalMethod() 6481 count = dispatch->checkScalarOutputCount; in dispatchExternalMethod() 6497 if (dispatch->checkEntitlement) { in dispatchExternalMethod() 6503 if (dispatch->function) { in dispatchExternalMethod() 6519 if (dispatch) { in externalMethod() 6521 count = dispatch->checkScalarInputCount; in externalMethod() 6533 count = dispatch->checkScalarOutputCount; in externalMethod() [all …]
|
| H A D | IOUserServer.cpp | 177 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) APPLE_KEXT_OVERRIDE; 6231 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod() argument
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOUserClient.h | 274 IOExternalMethodDispatch *dispatch = NULL, 571 IOExternalMethodDispatch *dispatch = NULL,
|
| /xnu-11215/tests/vm/ |
| H A D | test_vm_no_pager.m | 21 #include <dispatch/dispatch.h>
|
| /xnu-11215/libkdd/kdd.xcodeproj/ |
| H A D | project.pbxproj | 126 …ackshot-sample-dispatch-queue-label in Resources */ = {isa = PBXBuildFile; fileRef = F702EC6322AE5… 127 …ot-sample-dispatch-queue-label.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = F702EC622… 282 …kshot-sample-dispatch-queue-label.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archi… 283 … /* stackshot-sample-dispatch-queue-label */ = {isa = PBXFileReference; lastKnownFileType = file; … 342 F702EC6322AE500E00FDCF74 /* stackshot-sample-dispatch-queue-label */, 343 F702EC6222AE500E00FDCF74 /* stackshot-sample-dispatch-queue-label.plist.gz */, 702 F702EC6522AE50DD00FDCF74 /* stackshot-sample-dispatch-queue-label.plist.gz in Resources */, 729 F702EC6422AE50DD00FDCF74 /* stackshot-sample-dispatch-queue-label in Resources */,
|
| /xnu-11215/tests/ |
| H A D | stackshot_idle_25570396.m | 6 #include <dispatch/dispatch.h>
|
| H A D | ipsec.m | 3 #import <dispatch/dispatch.h>
|
| H A D | stackshot_tests.m | 18 #include <dispatch/private.h> 551 T_QUIET; T_ASSERT_NOTNULL(dq, "dispatch queue"); 2187 /* Setup a dispatch source to monitor the service port similar to how launchd does. */ 3527 T_QUIET; T_ASSERT_TRUE(found_dispatch_queue_label, "dispatch queue label found in kcdata");
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 8 creation of a dispatch source of type `DISPATCH_SOURCE_TYPE_MEMORYPRESSURE`.
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap.c | 13273 const pmap_image4_dispatch_t *dispatch, argument 13285 return dispatch->handler( 13286 dispatch->selector, 13308 return dispatch->handler( 13309 dispatch->selector, 13325 return dispatch->handler( 13326 dispatch->selector, 13364 errno_t err = dispatch->handler( 13365 dispatch->selector, 13394 return dispatch->handler(dispatch->selector, input_data, input_size, NULL, NULL); [all …]
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1372 IOExternalMethodDispatch * dispatch, 1391 IOExternalMethodDispatch * dispatch,
|
| /xnu-11215/osfmk/i386/ |
| H A D | pcb.c | 510 hv_callbacks.dispatch(new->hv_thread_target); in machine_switch_context() 2217 hv_callbacks.dispatch(new->hv_thread_target); in machine_stack_handoff()
|