Searched refs:t_ctx (Results 1 – 8 of 8) sorted by relevance
625 if (t->t_ctx != NULL) in thread_exit()764 if (t->t_ctx) in thread_free()1052 ctx->next = t->t_ctx; in installctx()1053 t->t_ctx = ctx; in installctx()1097 for (ctx = t->t_ctx; ctx != NULL; ctx = ctx->next) { in removectx()1105 t->t_ctx = ctx->next; in removectx()1127 for (ctx = t->t_ctx; ctx != 0; ctx = ctx->next) in savectx()1138 for (ctx = t->t_ctx; ctx != 0; ctx = ctx->next) in restorectx()1148 for (ctx = t->t_ctx; ctx != NULL; ctx = ctx->next) in forkctx()1163 for (ctx = t->t_ctx; ctx != NULL; ctx = ctx->next) in lwp_createctx()[all …]
48 wsp->walk_addr = (uintptr_t)tp->t_ctx; in ctxop_walk_init()
162 if (curthread->t_ctx) in syslwp_create()
185 ctx = t->t_ctx; in lwp_create()188 t->t_ctx = NULL; in lwp_create()1026 if (t->t_ctx != NULL) in lwp_exit()1876 if (t->t_ctx) in forklwp()
324 if (curthread->t_ctx) in exec_common()
137 ctxop_t *t_ctx; /* thread context */ member
107 t_ctx
142 t_ctx