Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzcontext.c300 private int context_param(const gs_scheduler_t *, os_ptr, gs_context_t **);
505 if ((code = context_param(psched, op, &pctx)) < 0) in zdetach()
830 if ((code = context_param(psched, op, &pctx)) < 0) in zjoin()
889 if ((code = context_param(psched, op, &pctx)) < 0) in finish_join()
1188 context_param(const gs_scheduler_t * psched, os_ptr op, gs_context_t ** ppctx) in context_param() function