Searched refs:dispatch_source_t (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_globals.h45 extern dispatch_source_t _gKextutilLock;
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Dsource.h49 * @typedef dispatch_source_t
358 dispatch_source_t
381 dispatch_source_set_event_handler(dispatch_source_t source,
404 dispatch_source_set_event_handler_f(dispatch_source_t source,
438 dispatch_source_set_cancel_handler(dispatch_source_t source,
463 dispatch_source_set_cancel_handler_f(dispatch_source_t source,
491 dispatch_source_cancel(dispatch_source_t source);
510 dispatch_source_testcancel(dispatch_source_t source);
541 dispatch_source_get_handle(dispatch_source_t source);
572 dispatch_source_get_mask(dispatch_source_t sourc
[all...]
H A Dobject.h395 dispatch_source_t:dispatch_source_cancel \
427 dispatch_source_t:dispatch_source_testcancel \
/macosx-10.10/libdispatch-442.1.4/src/
H A Dprovider.d31 typedef struct dispatch_source_s *dispatch_source_t;
75 probe timer__configure(dispatch_source_t source,
77 probe timer__program(dispatch_source_t source, dispatch_function_t handler,
93 probe timer__wake(dispatch_source_t source, dispatch_function_t handler);
94 probe timer__fire(dispatch_source_t source, dispatch_function_t handler);
H A Dsource_internal.h112 void (*init)(dispatch_source_t ds, dispatch_source_type_t type,
136 uintptr_t dr_source_wref; // "weak" backref to dispatch_source_t
155 ((dispatch_source_t)_dispatch_wref2ptr((dr)->dr_source_wref))
263 void _dispatch_source_xref_dispose(dispatch_source_t ds);
264 void _dispatch_source_dispose(dispatch_source_t ds);
265 void _dispatch_source_invoke(dispatch_source_t ds);
266 unsigned long _dispatch_source_probe(dispatch_source_t ds);
267 size_t _dispatch_source_debug(dispatch_source_t ds, char* buf, size_t bufsiz);
268 void _dispatch_source_set_interval(dispatch_source_t ds, uint64_t interval);
269 void _dispatch_source_set_event_handler_with_context_f(dispatch_source_t d
[all...]
H A Dtrace.h99 dispatch_source_t _ds = (dispatch_source_t)_do; \
212 _dispatch_trace_timer_function(dispatch_source_t ds, dispatch_source_refs_t dr)
261 _dispatch_trace_timer_configure(dispatch_source_t ds, uintptr_t ident,
276 dispatch_source_t ds = _dispatch_source_from_refs(dr);
291 dispatch_source_t ds = _dispatch_source_from_refs(dr);
304 dispatch_source_t ds = _dispatch_source_from_refs(dr);
H A Dsource.c28 static void _dispatch_source_merge_kevent(dispatch_source_t ds,
37 static void _dispatch_timers_unregister(dispatch_source_t ds,
39 static void _dispatch_timers_update(dispatch_source_t ds);
41 static void _dispatch_timer_aggregates_register(dispatch_source_t ds);
42 static void _dispatch_timer_aggregates_update(dispatch_source_t ds,
44 static void _dispatch_timer_aggregates_unregister(dispatch_source_t ds,
76 #pragma mark dispatch_source_t
78 dispatch_source_t
85 dispatch_source_t ds;
171 _dispatch_source_dispose(dispatch_source_t d
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWebMemoryPressureHandlerIOS.mm48 dispatch_source_t source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MEMORYSTATUS, 0, DISPATCH_MEMORYSTATUS_PRESSURE_WARN, dispatch_get_main_queue());
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotifyd.h40 dispatch_source_t mach_src;
41 dispatch_source_t sig_usr1_src;
42 dispatch_source_t sig_usr2_src;
43 dispatch_source_t sig_winch_src;
H A Dtimer.h45 dispatch_source_t src;
46 dispatch_source_t t_src;
H A Dpathwatch.h73 dispatch_source_t src;
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPlatform.h49 dispatch_source_t expiration;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgrabmyaddr.h41 dispatch_source_t source;
H A Dlocalconf.h79 dispatch_source_t source;
117 dispatch_source_t vpncontrol_source;
118 dispatch_source_t pfkey_source;
119 dispatch_source_t rt_source;
/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h52 dispatch_source_t notify_dispatch_source;
53 dispatch_source_t server_proc_source;
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLibPrivate.h33 dispatch_source_t dispatchSource;
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A Dasynchttp.h52 dispatch_source_t timer;
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_fd.c53 dispatch_source_t read_source;
135 dispatch_source_t source = (dispatch_source_t)_source;
143 dispatch_source_t source = (dispatch_source_t)_source;
223 dispatch_source_t read_source;
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.h79 dispatch_source_t readSource;
80 dispatch_source_t writeSource;
160 dispatch_source_t BPF_source;
203 dispatch_source_t timer;
204 dispatch_source_t custom;
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.h127 dispatch_source_t mark_timer;
128 dispatch_source_t sig_hup_src;
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dhi_locl.h80 dispatch_mig_server(dispatch_source_t ds, size_t maxmsgsz, dispatch_mig_callback_t callback);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DWatchdog.h98 dispatch_source_t m_timer;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDynamicStoreInternal.h82 dispatch_source_t dispatchSource;
/macosx-10.10/crontabs-52/periodic/
H A Dperiodic-wrapper.c18 static dispatch_source_t sigterm_source;
/macosx-10.10/libdispatch-442.1.4/private/
H A Dintrospection_private.h68 typedef struct dispatch_source_s *dispatch_source_t; typedef in typeref:struct:dispatch_source_s
382 dispatch_source_t source;

Completed in 232 milliseconds

1234