Searched refs:invoke (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | mpsc_queue.c | 164 mpsc_daemon_invoke_fn_t invoke, int pri, const char *name, in _mpsc_daemon_queue_init_with_thread() argument 171 .mpd_invoke = invoke, in _mpsc_daemon_queue_init_with_thread() 191 mpsc_daemon_invoke_fn_t invoke, int pri, const char *name, in mpsc_daemon_queue_init_with_thread() argument 215 mpsc_daemon_invoke_fn_t invoke, thread_call_priority_t pri, in mpsc_daemon_queue_init_with_thread_call() argument 220 .mpd_invoke = invoke, in mpsc_daemon_queue_init_with_thread_call() 253 .mpd_invoke = invoke, in mpsc_daemon_queue_init_with_target() 266 mpsc_daemon_invoke_fn_t invoke = dq->mpd_invoke; in _mpsc_daemon_queue_drain() local 300 invoke(cur, dq); in _mpsc_daemon_queue_drain() 305 invoke(MPSC_QUEUE_BATCH_END, dq); in _mpsc_daemon_queue_drain() 482 mpsc_daemon_invoke_fn_t invoke) in thread_deallocate_daemon_register_queue() argument [all …]
|
| H A D | mpsc_queue.h | 557 mpsc_daemon_invoke_fn_t invoke, int pri, const char *name, 581 mpsc_daemon_invoke_fn_t invoke, thread_call_priority_t pri, 610 mpsc_daemon_invoke_fn_t invoke, mpsc_daemon_queue_t target, 722 mpsc_daemon_invoke_fn_t invoke);
|
| /xnu-11215/libkern/libkern/ |
| H A D | Block_private.h | 325 BlockInvokeFunction invoke; member 427 return (void (*)(void *, ...))_Block_get_function_pointer(block->invoke); in _Block_get_invoke_fn() 433 _Block_set_function_pointer(block->invoke, fn); in _Block_set_invoke_fn()
|
| /xnu-11215/libkern/libclosure/ |
| H A D | runtime.cpp | 305 result->invoke = aBlock->invoke; in _Block_copy()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePMPrivate.h | 799 virtual bool init( IOService * inOwner, Action invoke, Action retire ); 803 static IOPMWorkQueue * create( IOService * inOwner, Action invoke, Action retire );
|
| H A D | IOServicePM.cpp | 9016 IOPMWorkQueue::create( IOService * inOwner, Action invoke, Action retire ) in create() argument 9019 if (me && !me->init(inOwner, invoke, retire)) { in create() 9027 IOPMWorkQueue::init( IOService * inOwner, Action invoke, Action retire ) in init() argument 9029 if (!invoke || !retire || in init() 9036 fInvokeAction = invoke; in init()
|
| /xnu-11215/doc/debugging/ |
| H A D | macro_testing.md | 19 access debugger/process/target from such test or invoke LLDB commands. This
|
| H A D | debugging.md | 332 2. Use interactive mode and invoke functions with arguments directly.
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSAction.iig | 122 … * invoke the handler in the owner. A task exiting will always remove its references.
|
| H A D | IOUserClient.iig | 128 …* @field function to invoke after making the checks specified below. If NULL and all checks …
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.top | 14 # invoke the recursive make build system. 318 # $(1) is the name of the makefile target to invoke for the each build config
|
| /xnu-11215/doc/lifecycle/ |
| H A D | hibernation.md | 215 cannot invoke the reconfig engine and must emulate some of the reconfig
|