Home
last modified time | relevance | path

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

123456789

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D3-1.c118 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
124 UNRESOLVED(ret, "Pthread_kill in sendsig"); in sendsig()
137 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
146 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
167 UNRESOLVED(ret, "Unable to register signal handler1"); in threaded()
171 UNRESOLVED(ret, "Unable to register signal handler2"); in threaded()
175 UNRESOLVED(errno, "could not post semsync2"); in threaded()
184 UNRESOLVED(ret, "pthread_mutexattr_init"); in threaded()
190 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)"); in threaded()
193 UNRESOLVED(ret, "pthread_mutexattr_settype (errorcheck)"); in threaded()
[all …]
D5-1.c105 UNRESOLVED(errno, "Sem_post in signal handler"); in sighdl()
120 UNRESOLVED(ret, "Unable to register signal handler"); in threaded()
126 UNRESOLVED(errno, "Sem post in thread"); in threaded()
130 UNRESOLVED(ret, "Mutex lock failed in thread"); in threaded()
136 UNRESOLVED(ret, "Mutex unlock failed in thread"); in threaded()
156 UNRESOLVED(ret, "pthread_mutexattr_init"); in main()
161 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)"); in main()
164 UNRESOLVED(ret, "pthread_mutexattr_settype (errorcheck)"); in main()
167 UNRESOLVED(ret, "pthread_mutexattr_settype (recursive)"); in main()
170 UNRESOLVED(ret, "pthread_mutexattr_settype (default)"); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D4-3.c143 UNRESOLVED(ret, in sendsig()
150 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
157 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
170 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
180 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
197 UNRESOLVED(ret, in test()
208 UNRESOLVED(ret, in test()
215 UNRESOLVED(ret, "[parent] Unable to set mutex type"); in test()
224 UNRESOLVED(ret, in test()
232 UNRESOLVED(ret, "[parent] Mutex init failed"); in test()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-6.c86 UNRESOLVED(ret, in clnp1()
106 UNRESOLVED(errno, "Sem post failed in cleanup handler 2"); in clnp2()
113 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2"); in clnp2()
130 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3"); in clnp3()
137 UNRESOLVED(ret, in clnp3()
159 UNRESOLVED(ret, "Unable to get time from clock"); in threaded()
166 UNRESOLVED(ret, "Failed to lock the mutex in thread"); in threaded()
173 UNRESOLVED(errno, "Sem post failed in thread"); in threaded()
185 UNRESOLVED(ret, "Timedwait failed"); in threaded()
276 UNRESOLVED(errno, "Unable to init sem A"); in main()
[all …]
D4-3.c89 UNRESOLVED(ret, in sendsig()
96 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
103 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
118 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
129 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
146 UNRESOLVED(ret, in waiter()
152 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
158 UNRESOLVED(ret, "Unable to get system time"); in waiter()
179 UNRESOLVED(ret, in waiter()
186 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
[all …]
D2-5.c90 UNRESOLVED(ret, "Unable to get time from clock"); in threaded()
96 UNRESOLVED(ret, "Unable tu lock m1 in thread"); in threaded()
110 UNRESOLVED(ret, "First wait failed in thread"); in threaded()
120 UNRESOLVED(ret, "Mutex unlock failed"); in threaded()
134 UNRESOLVED(ret, "Unable tu lock m2 in thread"); in threaded()
145 UNRESOLVED(ret, "Second wait failed in thread"); in threaded()
158 UNRESOLVED(ret, "Mutex unlock failed"); in threaded()
238 UNRESOLVED(ret, "Mutex attribute object init failed"); in main()
242 UNRESOLVED(ret, "Unable to set mutex type"); in main()
249 UNRESOLVED(ret, in main()
[all …]
D2-4.c170 UNRESOLVED(ret, "[child] Unable to lock the mutex"); in tf()
180 UNRESOLVED(errno, "[child] Unable get clock time"); in tf()
198 UNRESOLVED(ret, "[child] Cond timedwait returned an error"); in tf()
215 UNRESOLVED(ret, "[child] Failed to unlock the mutex"); in tf()
226 UNRESOLVED(ret, in tf()
314 UNRESOLVED(errno, in main()
329 UNRESOLVED(errno, "Memory allocation failed"); in main()
334 UNRESOLVED(sz, "Writting to the file failed"); in main()
343 UNRESOLVED(errno, "mmap failed"); in main()
366 UNRESOLVED(ret, in main()
[all …]
D2-7.c172 UNRESOLVED(ret, "[child] Unable to lock the mutex"); in tf()
182 UNRESOLVED(errno, "[child] Unable get clock time"); in tf()
205 UNRESOLVED(ret, "[child] Cond timedwait returned an error"); in tf()
222 UNRESOLVED(ret, "[child] Failed to unlock the mutex"); in tf()
233 UNRESOLVED(ret, in tf()
320 UNRESOLVED(errno, in main()
335 UNRESOLVED(errno, "Memory allocation failed"); in main()
340 UNRESOLVED(sz, "Writting to the file failed"); in main()
349 UNRESOLVED(errno, "mmap failed"); in main()
371 UNRESOLVED(ret, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D2-3.c111 UNRESOLVED(ret, in clnp1()
128 UNRESOLVED(errno, "Sem post failed in cleanup handler 2"); in clnp2()
135 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2"); in clnp2()
150 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3"); in clnp3()
157 UNRESOLVED(ret, in clnp3()
175 UNRESOLVED(ret, "Failed to lock the mutex in thread"); in threaded()
183 UNRESOLVED(errno, "Sem post failed in cleanup handler 2"); in threaded()
195 UNRESOLVED(ret, "Wait failed"); in threaded()
285 UNRESOLVED(errno, "Unable to init sem A"); in main()
290 UNRESOLVED(errno, "Unable to init sem B"); in main()
[all …]
D2-2.c197 UNRESOLVED(ret, "[child] Unable to lock the mutex"); in tf()
213 UNRESOLVED(ret, "[child] Cond wait returned an error"); in tf()
230 UNRESOLVED(ret, "[child] Failed to unlock the mutex"); in tf()
241 UNRESOLVED(ret, in tf()
328 UNRESOLVED(errno, in main()
343 UNRESOLVED(errno, "Memory allocation failed"); in main()
348 UNRESOLVED(sz, "Writting to the file failed"); in main()
357 UNRESOLVED(errno, "mmap failed"); in main()
380 UNRESOLVED(ret, in main()
385 UNRESOLVED(ret, in main()
[all …]
D4-1.c117 UNRESOLVED(ret, in sendsig()
124 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
131 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
145 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
155 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
169 UNRESOLVED(ret, in waiter()
175 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
188 UNRESOLVED(ret, in waiter()
196 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
214 UNRESOLVED(ret, in worker()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D4-2.c84 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 " in sendsig()
91 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
97 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
110 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
119 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
132 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 " in waiter()
137 UNRESOLVED(ret, "Unable to lock mutex in waiter thread"); in waiter()
144 UNRESOLVED(ret, in waiter()
150 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
163 UNRESOLVED(ret, "Unable to unblock SIGUSR1 and SIGUSR2 " in worker()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.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()
181 UNRESOLVED(ret, in waiter()
189 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread"); in waiter()
203 UNRESOLVED(ret, in worker()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c133 UNRESOLVED(errno, "Failed to wait for the semaphore"); in overflow()
145 UNRESOLVED(errno, "Failed to post the semaphore"); in overflow()
247 UNRESOLVED(errno, "Unable to init a semaphore"); in test_stack()
252 UNRESOLVED(errno, "Unable to init a semaphore"); in test_stack()
257 UNRESOLVED(ret, in test_stack()
265 UNRESOLVED(ret, in test_stack()
276 UNRESOLVED(errno, "Failed to post the semaphore"); in test_stack()
285 UNRESOLVED(errno, "Failed to wait for the semaphore"); in test_stack()
291 UNRESOLVED(ret, in test_stack()
301 UNRESOLVED(ret, "Unable to join a thread"); in test_stack()
[all …]
D14-1.c131 UNRESOLVED(ret, in sendsig()
138 UNRESOLVED(errno, "Sem_wait in sendsig"); in sendsig()
145 UNRESOLVED(errno, "Kill in sendsig"); in sendsig()
159 UNRESOLVED(errno, "Sem_post in signal handler 1"); in sighdl1()
169 UNRESOLVED(errno, "Sem_post in signal handler 2"); in sighdl2()
185 UNRESOLVED(errno, "Failed to wait for the semaphore"); in threaded()
201 UNRESOLVED(ret, in test()
223 UNRESOLVED(ret, "Failed to create this thread"); in test()
229 UNRESOLVED(-1, in test()
252 UNRESOLVED(ret, in test()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c242 UNRESOLVED(ret, "[gchild] Unable to lock mutex"); in threaded_B()
248 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
253 UNRESOLVED(errno, "[gchild] Unable to read clock"); in threaded_B()
264 UNRESOLVED(ret, "[gchild] Failed to wait the cond"); in threaded_B()
271 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
276 UNRESOLVED(ret, "[gchild] Failed to finally release the mutex"); in threaded_B()
296 UNRESOLVED(ret, "[child] Unable to lock mutex"); in threaded_A()
303 UNRESOLVED(ret, in threaded_A()
309 UNRESOLVED(ret, in threaded_A()
322 UNRESOLVED(errno, "[child] Unable to read clock"); in threaded_A()
[all …]
Dstress2.c218 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler"); in cleanup()
232 UNRESOLVED(ret, "Unable to lock mutex in worker"); in worker()
241 UNRESOLVED(errno, "Gettime failed"); in worker()
259 UNRESOLVED(ret, "Cond timedwait failed"); in worker()
267 UNRESOLVED(ret, "Broadcasting the condition failed"); in worker()
276 UNRESOLVED(ret, "Unable to unlock the mutex"); in worker()
291 UNRESOLVED(ret, "mutex lock failed in signaler"); in signaler()
298 UNRESOLVED(ret, "Barrier wait failed"); in signaler()
304 UNRESOLVED(ret, "Signaling the cond failed"); in signaler()
311 UNRESOLVED(ret, "mutex unlock failed in signaler"); in signaler()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dstress.c150 UNRESOLVED(ret, "Failed to lock the mutex"); in sigthr()
155 UNRESOLVED(ret, "Failed to unlock the mutex"); in sigthr()
164 UNRESOLVED(errno, "Sem wait failed in signal thread"); in sigthr()
171 UNRESOLVED(ret, "Thread kill failed in signal thread"); in sigthr()
195 UNRESOLVED(errno, "Unable to post semaphore in signal handler"); in sighdl()
242 UNRESOLVED(ret, "Unable to assign the thread-local-data key"); in lockthr()
248 UNRESOLVED(ret, "Failed to lock the mutex"); in lockthr()
253 UNRESOLVED(ret, "Failed to unlock the mutex"); in lockthr()
260 UNRESOLVED(ret, "Mutex lock failed in worker thread"); in lockthr()
267 UNRESOLVED(ret, "Mutex unlock failed in worker thread"); in lockthr()
[all …]
Ds-c1.c124 UNRESOLVED(ret, "Unable to lock 'm'"); in threaded()
130 UNRESOLVED(ret, "Unable to unlock 'm'"); in threaded()
143 UNRESOLVED(ret, "Unable to lock 'm'"); in threaded()
149 UNRESOLVED(ret, "Unable to unlock 'm'"); in threaded()
159 UNRESOLVED(ret, in threaded()
168 UNRESOLVED(ret, "Thread detach failed"); in threaded()
198 UNRESOLVED(ret, "Unable to initialize 'm'"); in main()
202 UNRESOLVED(ret, "Unable to initialize 'cnd'"); in main()
208 UNRESOLVED(ret, "Unable to initialize 'ma'"); in main()
216 UNRESOLVED(ret, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dstress.c191 UNRESOLVED(ret2, "Pthread_barrier_wait failed"); in threaded()
203 UNRESOLVED(ret, "Failed to unlock the mutex"); in threaded()
239 UNRESOLVED(ret, "Unable to register signal handler"); in main()
242 UNRESOLVED(ret, "Unable to register signal handler"); in main()
251 UNRESOLVED(ret, "Barrier init failed"); in main()
259 UNRESOLVED(ret, in main()
266 UNRESOLVED(ret, "[parent] Unable to set mutex type"); in main()
275 UNRESOLVED(ret, in main()
283 UNRESOLVED(ret, "[parent] Mutex init failed"); in main()
289 UNRESOLVED(ret, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c218 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler"); in cleanup()
232 UNRESOLVED(ret, "Unable to lock mutex in worker"); in worker()
241 UNRESOLVED(errno, "Gettime failed"); in worker()
259 UNRESOLVED(ret, "Cond timedwait failed"); in worker()
267 UNRESOLVED(ret, "Broadcasting the condition failed"); in worker()
276 UNRESOLVED(ret, "Unable to unlock the mutex"); in worker()
291 UNRESOLVED(ret, "mutex lock failed in signaler"); in signaler()
298 UNRESOLVED(ret, "Barrier wait failed"); in signaler()
304 UNRESOLVED(ret, "Signaling the cond failed"); in signaler()
311 UNRESOLVED(ret, "mutex unlock failed in signaler"); in signaler()
[all …]
Dstress.c218 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler"); in cleanup()
232 UNRESOLVED(ret, "Unable to lock mutex in worker"); in worker()
241 UNRESOLVED(errno, "Gettime failed"); in worker()
259 UNRESOLVED(ret, "Cond timedwait failed"); in worker()
267 UNRESOLVED(ret, "Broadcasting the condition failed"); in worker()
276 UNRESOLVED(ret, "Unable to unlock the mutex"); in worker()
291 UNRESOLVED(ret, "mutex lock failed in signaler"); in signaler()
298 UNRESOLVED(ret, "Barrier wait failed"); in signaler()
304 UNRESOLVED(ret, "Signaling the cond failed"); in signaler()
311 UNRESOLVED(ret, "mutex unlock failed in signaler"); in signaler()
[all …]
Dstress1.c241 UNRESOLVED(ret, "[gchild] Unable to lock mutex"); in threaded_B()
247 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
254 UNRESOLVED(ret, "[gchild] Failed to wait the cond"); in threaded_B()
261 UNRESOLVED(ret, "[gchild] Broadcast failed"); in threaded_B()
266 UNRESOLVED(ret, "[gchild] Failed to finally release the mutex"); in threaded_B()
284 UNRESOLVED(ret, "[child] Unable to lock mutex"); in threaded_A()
291 UNRESOLVED(ret, in threaded_A()
297 UNRESOLVED(ret, in threaded_A()
312 UNRESOLVED(ret, "[child] Failed to wait the cond"); in threaded_A()
317 UNRESOLVED(ret, "[child] Signal failed"); in threaded_A()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D1-2.c109 UNRESOLVED(ret, "First mutex lock in deadlk_issue"); in deadlk_issue()
113 UNRESOLVED(ret, "Set cancel type in deadlk_issue"); in deadlk_issue()
116 UNRESOLVED(ret, "Set cancel state in deadlk_issue"); in deadlk_issue()
122 UNRESOLVED(errno, "Sem_post in deadlk_issue"); in deadlk_issue()
130 UNRESOLVED(ret, "Set cancel state in deadlk_issue"); in deadlk_issue()
144 UNRESOLVED(ret, "First mutex lock in unlock_issue"); in unlock_issue()
148 UNRESOLVED(errno, "Sem_post in unlock_issue"); in unlock_issue()
152 UNRESOLVED(errno, "Sem_wait in unlock_issue"); in unlock_issue()
191 UNRESOLVED(ret, "NULL mutex init"); in main()
195 UNRESOLVED(ret, "Mutex attribute init"); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D12-1.c67 UNRESOLVED(errno, "Failed to initialize signal set"); in main()
73 UNRESOLVED(errno, "Failed to add SIGUSR1 to signal set"); in main()
79 UNRESOLVED(errno, "Failed to add SIGUSR2 to signal set"); in main()
85 UNRESOLVED(errno, "Sigprocmask failed"); in main()
92 UNRESOLVED(errno, "failed to kill with SIGUSR1"); in main()
98 UNRESOLVED(errno, "failed to kill with SIGUSR2"); in main()
105 UNRESOLVED(errno, in main()
112 UNRESOLVED(errno, in main()
120 UNRESOLVED(errno, in main()
137 UNRESOLVED(errno, "Failed to fork"); in main()
[all …]

123456789