Searched refs:FAIL (Results 1 – 13 of 13) sorted by relevance
/nptl/ |
A D | tst-setuid2.c | 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() 90 FAIL ("pthread_mutex_wait (%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() [all …]
|
A D | test-cond-printers.c | 27 #define FAIL 1 macro 36 int result = FAIL; in main() 50 int result = FAIL; in test_status_destroyed()
|
A D | test-rwlock-printers.c | 26 #define FAIL 1 macro 36 int result = FAIL; in main() 50 int result = FAIL; in test_locking_reader() 69 int result = FAIL; in test_locking_writer()
|
A D | test-mutex-printers.c | 28 #define FAIL 1 macro 45 int result = FAIL; in main() 62 int result = FAIL; in test_status_destroyed() 75 int result = FAIL; in test_status_no_robust() 91 int result = FAIL; in test_status_robust() 107 int result = FAIL; in test_locking_state_robust() 126 exit (FAIL); in thread_func() 137 int result = FAIL; in test_recursive_locks()
|
A D | test-condattr-printers.c | 28 #define FAIL 1 macro 43 int result = FAIL; in main() 59 int result = FAIL; in condvar_reinit() 73 int result = FAIL; in test_setclock() 86 int result = FAIL; in test_setpshared()
|
A D | test-rwlockattr-printers.c | 27 #define FAIL 1 macro 45 int result = FAIL; in main() 61 int result = FAIL; in rwlock_reinit() 74 int result = FAIL; in test_setkind_np() 91 int result = FAIL; in test_setpshared()
|
A D | test-mutexattr-printers.c | 27 #define FAIL 1 macro 52 int result = FAIL; in main() 70 int result = FAIL; in mutex_reinit() 83 int result = FAIL; in test_settype() 100 int result = FAIL; in test_setrobust() 115 int result = FAIL; in test_setpshared() 131 int result = FAIL; in test_setprotocol()
|
A D | test-cond-printers.py | 44 result = FAIL
|
A D | test-condattr-printers.py | 61 result = FAIL
|
A D | test-rwlock-printers.py | 58 result = FAIL
|
A D | test-rwlockattr-printers.py | 66 result = FAIL
|
A D | test-mutex-printers.py | 94 result = FAIL
|
A D | test-mutexattr-printers.py | 91 result = FAIL
|
Completed in 11 milliseconds