Lines Matching refs:methods
73 (*ctxp)->methods->ctxdestroy(ctxp);
85 return (ctx->methods->ctxstart(ctx));
95 return (ctx->methods->ctxrun(ctx));
108 return (ctx->methods->ctxonrun(ctx, mctx, task, action, arg));
118 return (ctx->methods->ctxsuspend(ctx));
128 return (ctx->methods->ctxshutdown(ctx));
138 ctx->methods->ctxfinish(ctx);
149 ctx->methods->settaskmgr(ctx, taskmgr);
160 ctx->methods->setsocketmgr(ctx, socketmgr);
171 ctx->methods->settimermgr(ctx, timermgr);