Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDsource.c267 _dispatch_source_handler_alloc(dispatch_source_t ds, void *handler, long kind, in _dispatch_source_handler_alloc() function
360 dc = _dispatch_source_handler_alloc(ds, handler, DS_EVENT_HANDLER, true); in dispatch_source_set_event_handler()
371 dc = _dispatch_source_handler_alloc(ds, handler, DS_EVENT_HANDLER, false); in dispatch_source_set_event_handler_f()
381 dc = _dispatch_source_handler_alloc(ds, handler, DS_EVENT_HANDLER, false); in _dispatch_source_set_event_handler_with_context_f()
395 dc = _dispatch_source_handler_alloc(ds, handler, DS_CANCEL_HANDLER, true); in dispatch_source_set_cancel_handler()
406 dc = _dispatch_source_handler_alloc(ds, handler, DS_CANCEL_HANDLER, false); in dispatch_source_set_cancel_handler_f()
417 dc = _dispatch_source_handler_alloc(ds, handler, DS_REGISTN_HANDLER, true); in dispatch_source_set_registration_handler()
428 dc = _dispatch_source_handler_alloc(ds, handler, DS_REGISTN_HANDLER, false); in dispatch_source_set_registration_handler_f()