Home
last modified time | relevance | path

Searched refs:UNRESOLVED (Results 1 – 25 of 209) sorted by relevance

123456789

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D3-1.c110 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
116 UNRESOLVED(ret, "Pthread_kill in sendsig"); in sendsig()
129 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
138 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
159 UNRESOLVED(ret, "Unable to register signal handler1"); in threaded()
163 UNRESOLVED(ret, "Unable to register signal handler2"); in threaded()
167 UNRESOLVED(errno, "could not post semsync2"); in threaded()
176 UNRESOLVED(ret, "pthread_mutexattr_init"); in threaded()
182 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)"); in threaded()
185 UNRESOLVED(ret, "pthread_mutexattr_settype (errorcheck)"); in threaded()
[all …]
D5-1.c97 UNRESOLVED(errno, "Sem_post in signal handler"); in sighdl()
112 UNRESOLVED(ret, "Unable to register signal handler"); in threaded()
118 UNRESOLVED(errno, "Sem post in thread"); in threaded()
122 UNRESOLVED(ret, "Mutex lock failed in thread"); in threaded()
128 UNRESOLVED(ret, "Mutex unlock failed in thread"); in threaded()
148 UNRESOLVED(ret, "pthread_mutexattr_init"); in main()
153 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)"); in main()
156 UNRESOLVED(ret, "pthread_mutexattr_settype (errorcheck)"); in main()
159 UNRESOLVED(ret, "pthread_mutexattr_settype (recursive)"); in main()
162 UNRESOLVED(ret, "pthread_mutexattr_settype (default)"); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D4-3.c135 UNRESOLVED(ret, in sendsig()
142 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
149 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
162 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
172 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
189 UNRESOLVED(ret, in test()
200 UNRESOLVED(ret, in test()
207 UNRESOLVED(ret, "[parent] Unable to set mutex type"); in test()
216 UNRESOLVED(ret, in test()
224 UNRESOLVED(ret, "[parent] Mutex init failed"); in test()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-6.c78 UNRESOLVED(ret, in clnp1()
98 UNRESOLVED(errno, "Sem post failed in cleanup handler 2"); in clnp2()
105 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2"); in clnp2()
122 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3"); in clnp3()
129 UNRESOLVED(ret, in clnp3()
151 UNRESOLVED(ret, "Unable to get time from clock"); in threaded()
158 UNRESOLVED(ret, "Failed to lock the mutex in thread"); in threaded()
165 UNRESOLVED(errno, "Sem post failed in thread"); in threaded()
177 UNRESOLVED(ret, "Timedwait failed"); in threaded()
269 UNRESOLVED(errno, "Unable to init sem A"); in main()
[all …]
D4-3.c86 UNRESOLVED(ret, in sendsig()
93 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
100 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
115 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
126 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
143 UNRESOLVED(ret, in waiter()
149 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
155 UNRESOLVED(ret, "Unable to get system time"); in waiter()
176 UNRESOLVED(ret, in waiter()
183 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
[all …]
D2-5.c84 UNRESOLVED(ret, "Unable to get time from clock"); in threaded()
90 UNRESOLVED(ret, "Unable tu lock m1 in thread"); in threaded()
104 UNRESOLVED(ret, "First wait failed in thread"); in threaded()
114 UNRESOLVED(ret, "Mutex unlock failed"); in threaded()
128 UNRESOLVED(ret, "Unable tu lock m2 in thread"); in threaded()
139 UNRESOLVED(ret, "Second wait failed in thread"); in threaded()
152 UNRESOLVED(ret, "Mutex unlock failed"); in threaded()
232 UNRESOLVED(ret, "Mutex attribute object init failed"); in main()
236 UNRESOLVED(ret, "Unable to set mutex type"); in main()
243 UNRESOLVED(ret, in main()
[all …]
D2-4.c162 UNRESOLVED(ret, "[child] Unable to lock the mutex"); in tf()
172 UNRESOLVED(errno, "[child] Unable get clock time"); in tf()
190 UNRESOLVED(ret, "[child] Cond timedwait returned an error"); in tf()
207 UNRESOLVED(ret, "[child] Failed to unlock the mutex"); in tf()
218 UNRESOLVED(ret, in tf()
307 UNRESOLVED(errno, in main()
322 UNRESOLVED(errno, "Memory allocation failed"); in main()
327 UNRESOLVED(sz, "Writting to the file failed"); in main()
336 UNRESOLVED(errno, "mmap failed"); in main()
359 UNRESOLVED(ret, in main()
[all …]
D2-7.c163 UNRESOLVED(ret, "[child] Unable to lock the mutex"); in tf()
173 UNRESOLVED(errno, "[child] Unable get clock time"); in tf()
196 UNRESOLVED(ret, "[child] Cond timedwait returned an error"); in tf()
213 UNRESOLVED(ret, "[child] Failed to unlock the mutex"); in tf()
224 UNRESOLVED(ret, in tf()
315 UNRESOLVED(errno, in main()
330 UNRESOLVED(errno, "Memory allocation failed"); in main()
335 UNRESOLVED(sz, "Writting to the file failed"); in main()
344 UNRESOLVED(errno, "mmap failed"); in main()
366 UNRESOLVED(ret, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D2-3.c104 UNRESOLVED(ret, in clnp1()
121 UNRESOLVED(errno, "Sem post failed in cleanup handler 2"); in clnp2()
128 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2"); in clnp2()
143 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3"); in clnp3()
150 UNRESOLVED(ret, in clnp3()
168 UNRESOLVED(ret, "Failed to lock the mutex in thread"); in threaded()
176 UNRESOLVED(errno, "Sem post failed in cleanup handler 2"); in threaded()
188 UNRESOLVED(ret, "Wait failed"); in threaded()
280 UNRESOLVED(errno, "Unable to init sem A"); in main()
285 UNRESOLVED(errno, "Unable to init sem B"); in main()
[all …]
D2-2.c191 UNRESOLVED(ret, "[child] Unable to lock the mutex"); in tf()
207 UNRESOLVED(ret, "[child] Cond wait returned an error"); in tf()
224 UNRESOLVED(ret, "[child] Failed to unlock the mutex"); in tf()
235 UNRESOLVED(ret, in tf()
323 UNRESOLVED(errno, in main()
338 UNRESOLVED(errno, "Memory allocation failed"); in main()
343 UNRESOLVED(sz, "Writting to the file failed"); in main()
352 UNRESOLVED(errno, "mmap failed"); in main()
375 UNRESOLVED(ret, in main()
380 UNRESOLVED(ret, in main()
[all …]
D4-1.c115 UNRESOLVED(ret, in sendsig()
122 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
129 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
143 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
153 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
167 UNRESOLVED(ret, in waiter()
173 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
186 UNRESOLVED(ret, in waiter()
194 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
212 UNRESOLVED(ret, in worker()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dstress.c142 UNRESOLVED(ret, "Failed to lock the mutex"); in sigthr()
147 UNRESOLVED(ret, "Failed to unlock the mutex"); in sigthr()
156 UNRESOLVED(errno, "Sem wait failed in signal thread"); in sigthr()
163 UNRESOLVED(ret, "Thread kill failed in signal thread"); in sigthr()
187 UNRESOLVED(errno, "Unable to post semaphore in signal handler"); in sighdl()
234 UNRESOLVED(ret, "Unable to assign the thread-local-data key"); in lockthr()
240 UNRESOLVED(ret, "Failed to lock the mutex"); in lockthr()
245 UNRESOLVED(ret, "Failed to unlock the mutex"); in lockthr()
252 UNRESOLVED(ret, "Mutex lock failed in worker thread"); in lockthr()
259 UNRESOLVED(ret, "Mutex unlock failed in worker thread"); in lockthr()
[all …]
Ds-c1.c116 UNRESOLVED(ret, "Unable to lock 'm'"); in threaded()
122 UNRESOLVED(ret, "Unable to unlock 'm'"); in threaded()
135 UNRESOLVED(ret, "Unable to lock 'm'"); in threaded()
141 UNRESOLVED(ret, "Unable to unlock 'm'"); in threaded()
151 UNRESOLVED(ret, in threaded()
160 UNRESOLVED(ret, "Thread detach failed"); in threaded()
190 UNRESOLVED(ret, "Unable to initialize 'm'"); in main()
194 UNRESOLVED(ret, "Unable to initialize 'cnd'"); in main()
200 UNRESOLVED(ret, "Unable to initialize 'ma'"); in main()
208 UNRESOLVED(ret, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.c113 UNRESOLVED(ret, in sendsig()
120 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
127 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
141 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
151 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
165 UNRESOLVED(ret, in waiter()
171 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
179 UNRESOLVED(ret, in waiter()
187 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
201 UNRESOLVED(ret, in worker()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c126 UNRESOLVED(errno, "Failed to wait for the semaphore"); in overflow()
138 UNRESOLVED(errno, "Failed to post the semaphore"); in overflow()
240 UNRESOLVED(errno, "Unable to init a semaphore"); in test_stack()
245 UNRESOLVED(errno, "Unable to init a semaphore"); in test_stack()
250 UNRESOLVED(ret, in test_stack()
258 UNRESOLVED(ret, in test_stack()
269 UNRESOLVED(errno, "Failed to post the semaphore"); in test_stack()
278 UNRESOLVED(errno, "Failed to wait for the semaphore"); in test_stack()
284 UNRESOLVED(ret, in test_stack()
294 UNRESOLVED(ret, "Unable to join a thread"); in test_stack()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c225 UNRESOLVED(ret, "[gchild] Unable to lock mutex"); in threaded_B()
231 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
236 UNRESOLVED(errno, "[gchild] Unable to read clock"); in threaded_B()
247 UNRESOLVED(ret, "[gchild] Failed to wait the cond"); in threaded_B()
254 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
259 UNRESOLVED(ret, "[gchild] Failed to finally release the mutex"); in threaded_B()
279 UNRESOLVED(ret, "[child] Unable to lock mutex"); in threaded_A()
286 UNRESOLVED(ret, in threaded_A()
292 UNRESOLVED(ret, in threaded_A()
305 UNRESOLVED(errno, "[child] Unable to read clock"); in threaded_A()
[all …]
Dstress2.c202 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler"); in cleanup()
216 UNRESOLVED(ret, "Unable to lock mutex in worker"); in worker()
225 UNRESOLVED(errno, "Gettime failed"); in worker()
243 UNRESOLVED(ret, "Cond timedwait failed"); in worker()
251 UNRESOLVED(ret, "Broadcasting the condition failed"); in worker()
260 UNRESOLVED(ret, "Unable to unlock the mutex"); in worker()
275 UNRESOLVED(ret, "mutex lock failed in signaler"); in signaler()
282 UNRESOLVED(ret, "Barrier wait failed"); in signaler()
288 UNRESOLVED(ret, "Signaling the cond failed"); in signaler()
295 UNRESOLVED(ret, "mutex unlock failed in signaler"); in signaler()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dstress.c184 UNRESOLVED(ret2, "Pthread_barrier_wait failed"); in threaded()
196 UNRESOLVED(ret, "Failed to unlock the mutex"); in threaded()
232 UNRESOLVED(ret, "Unable to register signal handler"); in main()
235 UNRESOLVED(ret, "Unable to register signal handler"); in main()
244 UNRESOLVED(ret, "Barrier init failed"); in main()
252 UNRESOLVED(ret, in main()
259 UNRESOLVED(ret, "[parent] Unable to set mutex type"); in main()
268 UNRESOLVED(ret, in main()
276 UNRESOLVED(ret, "[parent] Mutex init failed"); in main()
282 UNRESOLVED(ret, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D4-2.c83 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 " in sendsig()
90 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
96 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
109 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
118 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
131 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 " in waiter()
136 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
143 UNRESOLVED(ret, in waiter()
149 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
162 UNRESOLVED(ret, "Unable to unblock SIGUSR1 and SIGUSR2 " in worker()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress.c211 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler"); in cleanup()
225 UNRESOLVED(ret, "Unable to lock mutex in worker"); in worker()
234 UNRESOLVED(errno, "Gettime failed"); in worker()
252 UNRESOLVED(ret, "Cond timedwait failed"); in worker()
260 UNRESOLVED(ret, "Broadcasting the condition failed"); in worker()
269 UNRESOLVED(ret, "Unable to unlock the mutex"); in worker()
284 UNRESOLVED(ret, "mutex lock failed in signaler"); in signaler()
291 UNRESOLVED(ret, "Barrier wait failed"); in signaler()
297 UNRESOLVED(ret, "Signaling the cond failed"); in signaler()
304 UNRESOLVED(ret, "mutex unlock failed in signaler"); in signaler()
[all …]
Dstress2.c211 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler"); in cleanup()
225 UNRESOLVED(ret, "Unable to lock mutex in worker"); in worker()
234 UNRESOLVED(errno, "Gettime failed"); in worker()
252 UNRESOLVED(ret, "Cond timedwait failed"); in worker()
260 UNRESOLVED(ret, "Broadcasting the condition failed"); in worker()
269 UNRESOLVED(ret, "Unable to unlock the mutex"); in worker()
284 UNRESOLVED(ret, "mutex lock failed in signaler"); in signaler()
291 UNRESOLVED(ret, "Barrier wait failed"); in signaler()
297 UNRESOLVED(ret, "Signaling the cond failed"); in signaler()
304 UNRESOLVED(ret, "mutex unlock failed in signaler"); in signaler()
[all …]
Dstress1.c233 UNRESOLVED(ret, "[gchild] Unable to lock mutex"); in threaded_B()
239 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
246 UNRESOLVED(ret, "[gchild] Failed to wait the cond"); in threaded_B()
253 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
258 UNRESOLVED(ret, "[gchild] Failed to finally release the mutex"); in threaded_B()
276 UNRESOLVED(ret, "[child] Unable to lock mutex"); in threaded_A()
283 UNRESOLVED(ret, in threaded_A()
289 UNRESOLVED(ret, in threaded_A()
304 UNRESOLVED(ret, "[child] Failed to wait the cond"); in threaded_A()
309 UNRESOLVED(ret, "[child] Signal failed"); in threaded_A()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D1-2.c107 UNRESOLVED(ret, "First mutex lock in deadlk_issue"); in deadlk_issue()
111 UNRESOLVED(ret, "Set cancel type in deadlk_issue"); in deadlk_issue()
114 UNRESOLVED(ret, "Set cancel state in deadlk_issue"); in deadlk_issue()
120 UNRESOLVED(errno, "Sem_post in deadlk_issue"); in deadlk_issue()
128 UNRESOLVED(ret, "Set cancel state in deadlk_issue"); in deadlk_issue()
142 UNRESOLVED(ret, "First mutex lock in unlock_issue"); in unlock_issue()
146 UNRESOLVED(errno, "Sem_post in unlock_issue"); in unlock_issue()
150 UNRESOLVED(errno, "Sem_wait in unlock_issue"); in unlock_issue()
189 UNRESOLVED(ret, "NULL mutex init"); in main()
193 UNRESOLVED(ret, "Mutex attribute init"); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D12-1.c65 UNRESOLVED(errno, "Failed to initialize signal set"); in main()
71 UNRESOLVED(errno, "Failed to add SIGUSR1 to signal set"); in main()
77 UNRESOLVED(errno, "Failed to add SIGUSR2 to signal set"); in main()
83 UNRESOLVED(errno, "Sigprocmask failed"); in main()
90 UNRESOLVED(errno, "failed to kill with SIGUSR1"); in main()
96 UNRESOLVED(errno, "failed to kill with SIGUSR2"); in main()
103 UNRESOLVED(errno, in main()
110 UNRESOLVED(errno, in main()
118 UNRESOLVED(errno, in main()
135 UNRESOLVED(errno, "Failed to fork"); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
D2-1.c107 UNRESOLVED(ret, in sendsig()
114 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
121 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
134 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
144 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
159 UNRESOLVED(ret, in test()
168 UNRESOLVED(ret, in test()
174 UNRESOLVED(ret, "pthread_equal returned a bad result"); in test()
199 UNRESOLVED(ret, "Unable to register signal handler1"); in main()
203 UNRESOLVED(ret, "Unable to register signal handler2"); in main()
[all …]

123456789