Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 44) sorted by relevance

12

/nptl/
A Dtst-attr3.c70 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 Dtst-signal7.c27 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 Dtest-rwlock-printers.c36 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 Dtest-cond-printers.c36 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 Dtest-mutex-printers.c45 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 Dtest-condattr-printers.c43 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 Dtest-rwlockattr-printers.c45 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 Dtest-mutexattr-printers.c60 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 Dtst-stack2.c41 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 Dtst-stack3.c57 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 Dtst-once5.cc45 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 Dpthread_getschedparam.c35 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 Dtst-stack4.c80 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 Dtpp.c123 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 Dpthread_join_common.c53 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 Dtest-cond-printers.py44 result = FAIL variable
48 result = PASS variable
50 exit(result)
A Dtest-condattr-printers.py61 result = FAIL variable
65 result = UNSUPPORTED variable
69 result = PASS variable
71 exit(result)
A Dtst-thread-affinity-pthread2.c34 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 Dpthread_key_delete.c26 int result = EINVAL; in ___pthread_key_delete() local
36 result = 0; in ___pthread_key_delete()
39 return result; in ___pthread_key_delete()
A Dpthread_detach.c33 int result = 0; in ___pthread_detach() local
43 result = EINVAL; in ___pthread_detach()
53 return result; in ___pthread_detach()
A Dpthread_getspecific.c54 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 Dtest-rwlockattr-printers.py66 result = FAIL variable
70 result = UNSUPPORTED variable
74 result = PASS variable
76 exit(result)
A Dpthread_sigmask.c40 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 Dallocatestack.c80 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 Dtest-rwlock-printers.py58 result = FAIL variable
62 result = PASS variable
64 exit(result)

Completed in 21 milliseconds

12