Searched refs:dispatch_run (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Ddispatch.h55 #define dispatch_run(mode, done, ctxt) \ macro
H A Dauth2.c175 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
H A Dserverloop.c544 dispatch_run(DISPATCH_NONBLOCK, NULL, active_state);
H A Dclientloop.c1451 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state);
H A Dsshconnect2.c220 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
H A Dsshd.c2664 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);

Completed in 185 milliseconds