/nptl/ |
A D | tst-attr3.c | 70 result = tf; in tf() 76 result = tf; in tf() 111 result = tf; in tf() 117 result = tf; in tf() 136 result = tf; in tf() 142 result = tf; in tf() 159 result = tf; in tf() 165 result = tf; in tf() 355 result = 1; in do_test() 390 result = 1; in do_test() [all …]
|
A D | tst-signal7.c | 27 int result = 0; in do_test() local 33 result = 1; in do_test() 38 result = 1; in do_test() 45 result = 1; in do_test() 50 result = 1; in do_test() 53 return result; in do_test()
|
A D | test-rwlock-printers.c | 36 int result = FAIL; in main() local 40 result = PASS; in main() 43 return result; in main() 50 int result = FAIL; in test_locking_reader() local 60 result = PASS; in test_locking_reader() 62 return result; in test_locking_reader() 69 int result = FAIL; in test_locking_writer() local 75 result = PASS; in test_locking_writer() 77 return result; in test_locking_writer()
|
A D | test-cond-printers.c | 36 int result = FAIL; in main() local 40 result = PASS; in main() 43 return result; in main() 50 int result = FAIL; in test_status_destroyed() local 54 result = PASS; /* Test status (destroyed). */ in test_status_destroyed() 56 return result; in test_status_destroyed()
|
A D | test-mutex-printers.c | 45 int result = FAIL; in main() local 52 result = PASS; in main() 55 return result; in main() 68 return result; in test_status_destroyed() 82 result = PASS; in test_status_no_robust() 84 return result; in test_status_no_robust() 97 result = PASS; in test_status_robust() 99 return result; in test_status_robust() 114 result = PASS; in test_locking_state_robust() 116 return result; in test_locking_state_robust() [all …]
|
A D | test-condattr-printers.c | 43 int result = FAIL; in main() local 49 result = PASS; in main() 52 return result; in main() 59 int result = FAIL; in condvar_reinit() local 63 result = PASS; in condvar_reinit() 65 return result; in condvar_reinit() 73 int result = FAIL; in test_setclock() local 77 result = PASS; in test_setclock() 79 return result; in test_setclock() 92 result = PASS; in test_setpshared() [all …]
|
A D | test-rwlockattr-printers.c | 45 int result = FAIL; in main() local 51 result = PASS; in main() 54 return result; in main() 61 int result = FAIL; in rwlock_reinit() local 65 result = PASS; in rwlock_reinit() 67 return result; in rwlock_reinit() 74 int result = FAIL; in test_setkind_np() local 82 result = PASS; in test_setkind_np() 84 return result; in test_setkind_np() 97 result = PASS; in test_setpshared() [all …]
|
A D | test-mutexattr-printers.c | 60 result = PASS; in main() 63 return result; in main() 74 result = PASS; in mutex_reinit() 76 return result; in mutex_reinit() 91 result = PASS; in test_settype() 93 return result; in test_settype() 106 result = PASS; in test_setrobust() 108 return result; in test_setrobust() 121 result = PASS; in test_setpshared() 123 return result; in test_setpshared() [all …]
|
A D | tst-stack2.c | 41 int result = 0; in do_test() local 46 result = 1; in do_test() 55 result = 1; in do_test() 63 result = 1; in do_test() 70 result = 1; in do_test() 73 return result; in do_test()
|
A D | tst-stack3.c | 57 int result = 0; in do_test() local 62 result = 1; in do_test() 73 result = 1; in do_test() 81 result = 1; in do_test() 91 result = 1; in do_test() 95 return result; in do_test()
|
A D | tst-once5.cc | 45 int result = 1; in do_test() local 64 result = 0; in do_test() 71 if (result) in do_test() 75 return result; in do_test()
|
A D | pthread_getschedparam.c | 35 int result = 0; in __pthread_getschedparam() local 48 result = 1; in __pthread_getschedparam() 57 result = 1; in __pthread_getschedparam() 62 if (result == 0) in __pthread_getschedparam() 70 return result; in __pthread_getschedparam()
|
A D | tst-stack4.c | 80 uintptr_t result = 0; in dso_process() local 88 result = 1; in dso_process() 93 if (!result) in dso_process() 100 result = 1; in dso_process() 113 pthread_exit ((void *) result); in dso_process() 122 int result = 0; in do_test() local 136 result = 1; in do_test() 140 if (result) in do_test() 149 result = 1; in do_test() 154 return result; in do_test()
|
A D | tpp.c | 123 int result = 0; in libc_hidden_def() local 128 result = errno; in libc_hidden_def() 137 result = errno; in libc_hidden_def() 142 if (result == 0) in libc_hidden_def() 151 result = errno; in libc_hidden_def() 157 return result; in libc_hidden_def() 169 int result = 0; in libc_hidden_def() local 177 result = -1; in libc_hidden_def() 186 result = -1; in libc_hidden_def() 191 if (result != -1) in libc_hidden_def() [all …]
|
A D | pthread_join_common.c | 53 int result = 0; in __pthread_clockjoin_ex() local 109 result = ret; in __pthread_clockjoin_ex() 117 void *pd_result = pd->result; in __pthread_clockjoin_ex() 118 if (__glibc_likely (result == 0)) in __pthread_clockjoin_ex() 133 LIBC_PROBE (pthread_join_ret, 3, threadid, result, pd_result); in __pthread_clockjoin_ex() 135 return result; in __pthread_clockjoin_ex()
|
A D | test-cond-printers.py | 44 result = FAIL variable 48 result = PASS variable 50 exit(result)
|
A D | test-condattr-printers.py | 61 result = FAIL variable 65 result = UNSUPPORTED variable 69 result = PASS variable 71 exit(result)
|
A D | tst-thread-affinity-pthread2.c | 34 int result; member 42 task->result = pthread_getaffinity_np in affinity_access_thread() 45 task->result = pthread_setaffinity_np in affinity_access_thread() 75 if (task.result != 0) in run_affinity_access_thread() 77 errno = task.result; in run_affinity_access_thread()
|
A D | pthread_key_delete.c | 26 int result = EINVAL; in ___pthread_key_delete() local 36 result = 0; in ___pthread_key_delete() 39 return result; in ___pthread_key_delete()
|
A D | pthread_detach.c | 33 int result = 0; in ___pthread_detach() local 43 result = EINVAL; in ___pthread_detach() 53 return result; in ___pthread_detach()
|
A D | pthread_getspecific.c | 54 void *result = data->data; in ___pthread_getspecific() local 55 if (result != NULL) in ___pthread_getspecific() 60 result = data->data = NULL; in ___pthread_getspecific() 63 return result; in ___pthread_getspecific()
|
A D | test-rwlockattr-printers.py | 66 result = FAIL variable 70 result = UNSUPPORTED variable 74 result = PASS variable 76 exit(result)
|
A D | pthread_sigmask.c | 40 int result = INTERNAL_SYSCALL_CALL (rt_sigprocmask, how, newmask, in __pthread_sigmask() local 43 return (INTERNAL_SYSCALL_ERROR_P (result) in __pthread_sigmask() 44 ? INTERNAL_SYSCALL_ERRNO (result) in __pthread_sigmask()
|
A D | allocatestack.c | 80 result = curr; in get_cached_stack() 84 if (result == NULL in get_cached_stack() 86 result = curr; in get_cached_stack() 102 result->setxid_futex = -1; in get_cached_stack() 118 *memp = result->stackblock; in get_cached_stack() 121 result->cancelhandling = 0; in get_cached_stack() 124 result->cleanup = NULL; in get_cached_stack() 125 result->setup_failed = 0; in get_cached_stack() 128 result->nextevent = NULL; in get_cached_stack() 130 result->exiting = false; in get_cached_stack() [all …]
|
A D | test-rwlock-printers.py | 58 result = FAIL variable 62 result = PASS variable 64 exit(result)
|