Lines Matching defs:pctx_t
83 pctx_error(pctx_t *pctx, const char *fn, const char *fmt, ...)
95 pctx_t *
105 pctx_t *pctx;
165 pctx_t *
170 pctx_t *pctx;
240 default_void(pctx_t *pctx)
245 default_int(pctx_t *pctx)
251 pctx_set_events(pctx_t *pctx, ...)
374 pctx_begin_syscalls(pctx_t *pctx)
385 pctx_end_syscalls(pctx_t *pctx)
400 pctx_lwpiterate(pctx_t *pctx, int (*action)(pctx_t *, pid_t, id_t, void *))
410 if (action == (int (*)(pctx_t *, pid_t, id_t, void *))default_int)
461 pctx_free(pctx_t *pctx)
476 pctx_release(pctx_t *pctx)
520 pctx_t *pctx,
523 int (*tick)(pctx_t *, pid_t, id_t, void *))
870 __pctx_cpc(pctx_t *pctx, cpc_t *cpc,
879 * Keep track of the relationship between cpc_t and pctx_t here.