Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h1840 #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 Dhv_support_kext.c50 .dispatch = NULL, /* thread is being dispatched for execution */
193 .dispatch = NULL, in hv_release_callbacks()
H A Dhv_support_kext.h58 void (*dispatch)(void *vcpu); member
/xnu-11215/iokit/Tests/TestServices/
H A DTestIOServiceUserNotification.h22 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) override;
H A DTestIOServiceUserNotification.cpp38 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod() argument
/xnu-11215/iokit/DriverKit/
H A DIOUserClient.iig194 * @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 DIODispatchQueue.iig68 * 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 DIODispatchSource.iig41 * IODispatchSource common base class for dispatch sources.
H A DIOInterruptDispatchSource.iig55 * IOInterruptDispatchSource delivers interrupts to a handler block on a dispatch queue.
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp6445 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 DIOUserServer.cpp177 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 DIOUserClient.h274 IOExternalMethodDispatch *dispatch = NULL,
571 IOExternalMethodDispatch *dispatch = NULL,
/xnu-11215/tests/vm/
H A Dtest_vm_no_pager.m21 #include <dispatch/dispatch.h>
/xnu-11215/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj126 …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 Dstackshot_idle_25570396.m6 #include <dispatch/dispatch.h>
H A Dipsec.m3 #import <dispatch/dispatch.h>
H A Dstackshot_tests.m18 #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 Dmemorystatus_notify.md8 creation of a dispatch source of type `DISPATCH_SOURCE_TYPE_MEMORYPRESSURE`.
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c13273 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 DTests.cpp1372 IOExternalMethodDispatch * dispatch,
1391 IOExternalMethodDispatch * dispatch,
/xnu-11215/osfmk/i386/
H A Dpcb.c510 hv_callbacks.dispatch(new->hv_thread_target); in machine_switch_context()
2217 hv_callbacks.dispatch(new->hv_thread_target); in machine_stack_handoff()