Lines Matching refs:tref
653 Stk->tref = 0; in make_lwp_stack()
727 Stk->tref = 0; in make_thr_stack()
795 Stk->tref = 0; in find_lwp_stack()
818 prgreg_t tref = Lsp->pr_reg[R_G7]; in find_stack() local
820 prgreg_t tref = Lsp->pr_reg[REG_FS]; in find_stack() local
822 prgreg_t tref = Lsp->pr_reg[GS]; in find_stack() local
837 Stk->tref = 0; in find_stack()
858 Stk->tref = 0; in find_stack()
877 (int)lwpid, error, (long)tref); in find_stack()
886 (int)lwpid, error, (long)tref); in find_stack()
899 Stk->tref = tref; in find_stack()
930 prgreg_t tref = Lsp->pr_reg[R_G7]; in get_tid() local
932 prgreg_t tref = (data_model == PR_MODEL_LP64) ? in get_tid() local
935 prgreg_t tref = Lsp->pr_reg[GS]; in get_tid() local
942 Stk->tref = 0; in get_tid()
955 if (tref == Stk->tref && Stk->nthr_create == nthr_create) in get_tid()
963 (int)lwpid, error, (long)tref); in get_tid()
964 Stk->tref = 0; in get_tid()
972 (int)lwpid, error, (long)tref); in get_tid()
973 Stk->tref = 0; in get_tid()
977 Stk->tref = tref; in get_tid()