Lines Matching refs:FAIL
33 #define FAIL(fmt, ...) \ macro
41 FAIL ("pthread_mutex_lock (thread): %d", ret); in thread_func()
50 FAIL ("pthread_mutex_unlock (thread): %d", ret); in thread_func()
54 FAIL ("pthread_mutex_lock (thread): %d", ret); in thread_func()
58 FAIL ("pthread_cond_signal (recv): %d", ret); in thread_func()
62 FAIL ("pthread_cond_wait (send): %d", ret); in thread_func()
72 FAIL ("pthread_mutex_lock (%s): %d", __func__, ret); in run_on_thread()
76 FAIL ("pthread_mutex_unlock (%s): %d", __func__, ret); in run_on_thread()
80 FAIL ("pthread_mutex_lock (%s): %d", __func__, ret); in run_on_thread()
84 FAIL ("pthread_mutex_lock (%s): %d", __func__, ret); in run_on_thread()
90 FAIL ("pthread_mutex_wait (%s): %d", __func__, ret); in run_on_thread()
94 FAIL ("pthread_mutex_unlock (%s): %d", __func__, ret); in run_on_thread()
102 FAIL ("setresuid (2001, 2002, 2003): %ld", ret); in change_thread_ids()
111 FAIL ("getresuid: %m (%d)", errno); in get_thread_ids()
126 FAIL ("pthread_create: %d", ret); in do_test()
133 FAIL ("setresuid: %m (%d)", errno); in do_test()
139 FAIL ("unexpected UIDs after setuid: %ld, %ld, %ld", in do_test()