Searched refs:t_activefd (Results 1 – 6 of 6) sorted by relevance
459 afd_t *afd = &curthread->t_activefd; in clear_stale_fd()493 afd_t *afd = &curthread->t_activefd; in set_active_fd()543 afd_t *afd = &curthread->t_activefd; in clear_active_fd()561 afd_t *afd = &t->t_activefd; in is_active_fd()733 t->t_activefd.a_stale = 1; in closeandsetf()
285 afd_t t_activefd; /* active file descriptor table */ member
549 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale)
537 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
624 if (error == EINTR && t->t_activefd.a_stale) in post_syscall()
776 free_afd(&t->t_activefd); in thread_free()