Searched refs:t_activefd (Results 1 – 6 of 6) sorted by relevance
462 afd_t *afd = &curthread->t_activefd; in clear_stale_fd()496 afd_t *afd = &curthread->t_activefd; in set_active_fd()546 afd_t *afd = &curthread->t_activefd; in clear_active_fd()564 afd_t *afd = &t->t_activefd; in is_active_fd()745 t->t_activefd.a_stale = 1; in closeandsetf()
291 afd_t t_activefd; /* active file descriptor table */ member
567 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale)
618 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
526 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
761 free_afd(&t->t_activefd); in thread_free()