Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance
570 pthread_t uffd_mon; in uffd_minor_test_common() local594 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common()607 if (pthread_join(uffd_mon, NULL)) in uffd_minor_test_common()780 pthread_t uffd_mon; in uffd_sigbus_test_common() local818 if (pthread_join(uffd_mon, (void **)&userfaults)) in uffd_sigbus_test_common()839 pthread_t uffd_mon; in uffd_events_test_common() local871 if (pthread_join(uffd_mon, NULL)) in uffd_events_test_common()1032 pthread_t uffd_mon; in uffd_poison_test() local1078 if (pthread_join(uffd_mon, NULL)) in uffd_poison_test()1125 pthread_t uffd_mon; in uffd_move_test_common() local[all …]