Home
last modified time | relevance | path

Searched refs:dispatch_source_get_data (Results 1 – 6 of 6) sorted by relevance

/trueos/lib/libdispatch/man/
HDMakefile.am72 $(LN) -f dispatch_source_create.3 dispatch_source_get_data.3 && \
132 dispatch_source_get_data.3 \
/trueos/usr.sbin/notifyd/
HDtimer.c360 unsigned long n = dispatch_source_get_data(t->t_src); in timer_clock()
408 unsigned long n = dispatch_source_get_data(t->t_src); in timer_calendar()
HDpathwatch.c349 ulf = dispatch_source_get_data(vnode->src); in _vnode_event()
HDnotify_proc.c265 data = dispatch_source_get_data(pp->src); in port_event()
/trueos/lib/libdispatch/dispatch/
HDsource.h610 dispatch_source_get_data(dispatch_source_t source);
/trueos/lib/libdispatch/src/
HDsource.c233 dispatch_source_get_data(dispatch_source_t ds) in dispatch_source_get_data() function
2324 memorystatus = dispatch_source_get_data(_dispatch_memorystatus_source); in _dispatch_memorystatus_handler()