Home
last modified time | relevance | path

Searched refs:dispatch_source_set_registration_handler_f (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libdispatch/man/
HDMakefile.am65 $(LN) -f dispatch_source_create.3 dispatch_source_set_registration_handler_f.3 && \
125 dispatch_source_set_registration_handler_f.3 \
/NextBSD/lib/libdispatch/dispatch/
HDsource.h738 dispatch_source_set_registration_handler_f(dispatch_source_t source,
/NextBSD/usr.sbin/notifyd/
HDnotify_proc.c363 dispatch_source_set_registration_handler_f(src, (dispatch_function_t)port_registration_complete); in register_port()
/NextBSD/lib/libdispatch/src/
HDsource.c424 dispatch_source_set_registration_handler_f(dispatch_source_t ds, in dispatch_source_set_registration_handler_f() function