Searched refs:dispatch (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A DSecdTestKeychainUtilities.h28 #include <dispatch/dispatch.h>
/macosx-10.10/OpenSSL098-52/
H A Dunit_tests.h10 #include <dispatch/dispatch.h>
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Ddispatch.h49 #include <dispatch/base.h>
50 #include <dispatch/time.h>
51 #include <dispatch/object.h>
52 #include <dispatch/queue.h>
53 #include <dispatch/block.h>
54 #include <dispatch/source.h>
55 #include <dispatch/group.h>
56 #include <dispatch/semaphore.h>
57 #include <dispatch/once.h>
58 #include <dispatch/dat
[all...]
H A DMakefile.am5 dispatchdir=$(includedir)/dispatch
10 dispatch.h \
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerRequest.h27 #include <dispatch/dispatch.h>
/macosx-10.10/libdispatch-442.1.4/tools/
H A Ddispatch_timers.d37 dispatch$target:libdispatch*.dylib::timer-configure,
38 dispatch$target:libdispatch*.dylib::timer-program,
39 dispatch$target:libdispatch*.dylib::timer-wake,
40 dispatch$target:libdispatch*.dylib::timer-fire /!start/ {
45 * Trace dispatch timer configuration and programming:
47 * Timer programming indicates that the dispatch manager is about to sleep
54 dispatch$target:libdispatch*.dylib::timer-configure,
55 dispatch$target:libdispatch*.dylib::timer-program {
65 dispatch$target:libdispatch*.dylib::timer-configure {
72 * Trace dispatch time
[all...]
H A Ddispatch_trace.d40 dispatch$target:libdispatch*.dylib::queue-push,
41 dispatch$target:libdispatch*.dylib::queue-pop,
42 dispatch$target:libdispatch*.dylib::callout-entry,
43 dispatch$target:libdispatch*.dylib::callout-return /!start/ {
54 dispatch$target:libdispatch*.dylib::queue-push,
55 dispatch$target:libdispatch*.dylib::queue-pop {
69 dispatch$target:libdispatch*.dylib::callout-entry,
70 dispatch$target:libdispatch*.dylib::callout-return {
/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplayInputDispatchMethods.cpp42 void BeginSegmentSentinel::dispatch(ReplayController&) function in class:WebCore::BeginSegmentSentinel
46 void EndSegmentSentinel::dispatch(ReplayController&) function in class:WebCore::EndSegmentSentinel
51 void InitialNavigation::dispatch(ReplayController& controller) function in class:WebCore::InitialNavigation
56 void HandleKeyPress::dispatch(ReplayController& controller) function in class:WebCore::HandleKeyPress
62 void HandleMouseMove::dispatch(ReplayController& controller) function in class:WebCore::HandleMouseMove
70 void HandleMousePress::dispatch(ReplayController& controller) function in class:WebCore::HandleMousePress
75 void HandleMouseRelease::dispatch(ReplayController& controller) function in class:WebCore::HandleMouseRelease
80 void HandleWheelEvent::dispatch(ReplayController& controller) function in class:WebCore::HandleWheelEvent
85 void LogicalScrollPage::dispatch(ReplayController& controller) function in class:WebCore::LogicalScrollPage
90 void ScrollPage::dispatch(ReplayControlle function in class:WebCore::ScrollPage
[all...]
/macosx-10.10/libclosure-65/objectTests/
H A Drdar6414583.c12 #include <dispatch/dispatch.h>
H A Ddispatch_async.c11 #include <dispatch/dispatch.h>
H A Drdar6405500.c11 #import <dispatch/dispatch.h>
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/ex/
H A Djsonrpc.conf8 PerlSetVar dispatch "MyApp"
15 PerlSetVar dispatch "MyApp::Subclass"
/macosx-10.10/Security-57031.1.35/SecurityTests/
H A Dtestmain.c21 #include <dispatch/dispatch.h>
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dscprefs_observer.h30 #include <dispatch/dispatch.h>
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_server.h31 #include <dispatch/dispatch.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgrabmyaddr.h35 #include <dispatch/dispatch.h>
/macosx-10.10/OpenSSH-189/openssh/
H A Ddispatch.c1 /* $OpenBSD: dispatch.c,v 1.22 2008/10/31 15:05:34 stevesk Exp $ */
36 #include "dispatch.h"
42 dispatch_fn *dispatch[DISPATCH_MAX]; variable
65 dispatch[i] = dflt;
75 dispatch[i] = fn;
81 dispatch[type] = fn;
97 if (type > 0 && type < DISPATCH_MAX && dispatch[type] != NULL)
98 (*dispatch[type])(type, seqnr, ctxt);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/irc/
H A Dirc.tcl83 array set dispatch [array get ${ns}::dispatch]
91 array set ${ns}::dispatch [array get dispatch]
111 variable dispatch
116 array set dispatch {}
132 variable dispatch
138 if { [info exists dispatch(EOF)] } {
139 eval $dispatch(EOF)
408 # Get a line from the server and dispatch i
[all...]
/macosx-10.10/libdispatch-442.1.4/private/
H A Dprivate.h48 #include <dispatch/dispatch.h>
54 #include <dispatch/benchmark.h>
55 #include <dispatch/queue_private.h>
56 #include <dispatch/source_private.h>
57 #include <dispatch/mach_private.h>
58 #include <dispatch/data_private.h>
59 #include <dispatch/io_private.h>
60 #include <dispatch/layout_private.h>
66 // <rdar://problem/9627726> Check that public and private dispatch header
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/efl/
H A DWorkQueueEfl.cpp55 void WorkQueue::dispatch(std::function<void ()> function) function in class:WorkQueue
60 m_dispatchQueue->dispatch(WorkItem::create(this, WTF::move(function)));
68 m_dispatchQueue->dispatch(TimerWorkItem::create(this, WTF::move(function), duration));
/macosx-10.10/libdispatch-442.1.4/src/
H A Dprovider.d38 provider dispatch {
41 * Probes for dispatch queue push and pop operations
43 * dispatch$target:libdispatch*.dylib::queue-push
44 * dispatch$target:libdispatch*.dylib::queue-pop
54 * Probes for dispatch callouts to client functions
56 * dispatch$target:libdispatch*.dylib::callout-entry
57 * dispatch$target:libdispatch*.dylib::callout-return
65 * Probes for dispatch timer configuration and programming
68 * Timer programming indicates that the dispatch manager is about to sleep
72 * dispatch
[all...]
/macosx-10.10/CommonCrypto-60061/libcn/
H A Dbasexx.h29 #include <dispatch/dispatch.h>
H A Dcn_globals.h33 #include <dispatch/dispatch.h>
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dopaquewhitelist.h29 #include <dispatch/dispatch.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dopaquewhitelist.h29 #include <dispatch/dispatch.h>

Completed in 459 milliseconds

1234567891011>>