Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1048 ctx->lwp_create_op = lwp_create; in installctx()
1099 ctx->fork_op == fork && ctx->lwp_create_op == lwp_create && in removectx()
1164 if (ctx->lwp_create_op != NULL) in lwp_createctx()
1165 (ctx->lwp_create_op)(t, ct); in lwp_createctx()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h66 void (*lwp_create_op)(void *, void *); /* lwp_create context */ member