Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/man/
HDMakefile.am50 $(LN) -f dispatch_object.3 dispatch_get_context.3 && \
110 dispatch_get_context.3 \
/NextBSD/lib/libdispatch/dispatch/
HDobject.h214 dispatch_get_context(dispatch_object_t object);
/NextBSD/lib/libdispatch/src/
HDobject.c185 dispatch_get_context(dispatch_object_t dou) in dispatch_get_context() function
HDio.c1867 dispatch_stream_t stream = (dispatch_stream_t)dispatch_get_context(ctx); in _dispatch_stream_queue_handler()
/NextBSD/crypto/heimdal/lib/ipc/
HDserver.c207 heim_sipc ctx = dispatch_get_context(dispatch_get_current_queue()); in mheim_do_call()
262 heim_sipc ctx = dispatch_get_context(dispatch_get_current_queue()); in mheim_do_call_request()
339 heim_sipc ctx = dispatch_get_context(dispatch_get_current_queue()); in mach_init()
HDclient.c192 struct async_client *c = dispatch_get_context(dispatch_get_current_queue()); in mheim_ado_acall_reply()