HomeSort by relevance Sort by last modified time
    Searched refs:UNRESOLVED (Results 26 - 50 of 217) sorted by null

12 3 4 5 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 49 * UNRESOLVED(ret, descr);
109 UNRESOLVED(ret,
117 UNRESOLVED(errno, "Sem_wait in sendsig");
126 UNRESOLVED(errno, "Kill in sendsig");
141 UNRESOLVED(errno, "Sem_post in signal handler 1");
152 UNRESOLVED(errno, "Sem_post in signal handler 2");
174 UNRESOLVED(ret,
193 UNRESOLVED(ret, "pthread_once failed");
203 UNRESOLVED(ret, "pthread_once failed");
234 UNRESOLVED(ret, "Unable to register signal handler1")
    [all...]
1-3.c 50 * UNRESOLVED(ret, descr);
89 UNRESOLVED(ret, "Failed to lock mutex in initializer");
97 UNRESOLVED(ret, "Failed to unlock mutex in initializer");
111 UNRESOLVED(ret, "pthread_once failed");
137 UNRESOLVED(ret, "Failed to create a thread");
146 UNRESOLVED(ret, "Failed to join a thread");
154 UNRESOLVED(ret, "Failed to lock mutex in initializer");
165 UNRESOLVED(ret, "Failed to unlock mutex in initializer");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 62 * UNRESOLVED(ret, descr);
118 UNRESOLVED(errno, "Sem_wait in sendsig");
124 UNRESOLVED(ret, "Pthread_kill in sendsig");
137 UNRESOLVED(errno, "Sem_post in signal handler 1");
146 UNRESOLVED(errno, "Sem_post in signal handler 2");
167 UNRESOLVED(ret, "Unable to register signal handler1");
171 UNRESOLVED(ret, "Unable to register signal handler2");
175 UNRESOLVED(errno, "could not post semsync2");
184 UNRESOLVED(ret, "pthread_mutexattr_init");
190 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
16-1.c 74 UNRESOLVED(errno, "Failed to open shared memory segment");
80 UNRESOLVED(errno, "Failed to open shared memory segment");
87 UNRESOLVED(errno, "Failed to size the shared memory segment");
93 UNRESOLVED(errno, "Failed to size the shared memory segment");
102 UNRESOLVED(errno, "Failed to mmap the shared memory segment");
110 UNRESOLVED(errno,
123 UNRESOLVED(errno, "Failed to fork");
149 UNRESOLVED(errno, "Waitpid returned the wrong PID");
168 UNRESOLVED(errno, "Failed to unlink the shared memory segment");
174 UNRESOLVED(errno, "Failed to unlink the shared memory segment")
    [all...]
22-1.c 80 UNRESOLVED(ret,
88 UNRESOLVED(errno,
99 UNRESOLVED(ret,
107 UNRESOLVED(errno,
118 UNRESOLVED(errno, "Failed to fork");
127 UNRESOLVED(ret,
134 UNRESOLVED(errno,
148 UNRESOLVED(ret,
155 UNRESOLVED(errno,
172 UNRESOLVED(errno, "Waitpid returned the wrong PID")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
4-1.c 60 UNRESOLVED(ret, "Failed to lock mutex");
64 UNRESOLVED(ret, "Failed to unlock mutex");
106 UNRESOLVED(ret, "failed to lock the mutex");
115 UNRESOLVED(ret, "Failed to create this thread");
122 UNRESOLVED(-1, "An error was expected "
148 UNRESOLVED(ret, "Failed to create the "
157 UNRESOLVED(ret, "Failed to cancel the thread");
162 UNRESOLVED(ret, "Failed to join the "
168 UNRESOLVED(ret, "Failed to unlock the mutex");
180 UNRESOLVED(ret, "Failed to unlock the mutex")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
3-2.c 59 * UNRESOLVED(ret, descr);
104 UNRESOLVED(errno, "Failed to open shared memory segment");
111 UNRESOLVED(errno, "Failed to size the shared memory segment");
120 UNRESOLVED(errno, "Failed to mmap the shared memory segment");
129 UNRESOLVED(errno, "Failed to init the semaphore");
136 UNRESOLVED(errno, "Failed to fork");
145 UNRESOLVED(errno, "Failed to post the semaphore");
158 UNRESOLVED(errno, "Failed to wait for the semaphore");
165 UNRESOLVED(errno, "Waitpid returned the wrong PID");
176 UNRESOLVED(errno, "Failed to destroy the semaphore")
    [all...]
3-3.c 59 * UNRESOLVED(ret, descr);
104 UNRESOLVED(errno, "Failed to open shared memory segment");
111 UNRESOLVED(errno, "Failed to size the shared memory segment");
120 UNRESOLVED(errno, "Failed to mmap the shared memory segment");
129 UNRESOLVED(errno, "Failed to init the semaphore");
136 UNRESOLVED(errno, "Failed to fork");
145 UNRESOLVED(errno, "Failed to post the semaphore");
156 UNRESOLVED(errno, "Waitpid returned the wrong PID");
167 UNRESOLVED(errno, "Failed to get semaphore count");
179 UNRESOLVED(errno, "Failed to destroy the semaphore")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
stress.c 51 * UNRESOLVED(ret, descr);
101 UNRESOLVED(ret, "Failed to wait for the barrier");
117 UNRESOLVED(ret, "Failed to initialize a barrier");
125 UNRESOLVED(ret, "Thread creation failed");
132 UNRESOLVED(ret, "Failed to wait for the barrier");
147 UNRESOLVED(ret, "Unable to join the child");
156 UNRESOLVED(ret, "Failed to destroy a barrier");
183 UNRESOLVED(ret, "Unable to register signal handler");
187 UNRESOLVED(ret, "Unable to register signal handler");
198 UNRESOLVED(ret, "Failed to create a thread")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 90 UNRESOLVED(ret, "Unable to get time from clock");
96 UNRESOLVED(ret, "Unable tu lock m1 in thread");
110 UNRESOLVED(ret, "First wait failed in thread");
120 UNRESOLVED(ret, "Mutex unlock failed");
134 UNRESOLVED(ret, "Unable tu lock m2 in thread");
145 UNRESOLVED(ret, "Second wait failed in thread");
158 UNRESOLVED(ret, "Mutex unlock failed");
238 UNRESOLVED(ret, "Mutex attribute object init failed");
242 UNRESOLVED(ret, "Unable to set mutex type");
249 UNRESOLVED(ret
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 83 * UNRESOLVED(ret, descr);
242 UNRESOLVED(ret, "[gchild] Unable to lock mutex");
248 UNRESOLVED(ret, "[gchild] Broadcast failed");
253 UNRESOLVED(errno, "[gchild] Unable to read clock");
264 UNRESOLVED(ret, "[gchild] Failed to wait the cond");
271 UNRESOLVED(ret, "[gchild] Broadcast failed");
276 UNRESOLVED(ret, "[gchild] Failed to finally release the mutex");
296 UNRESOLVED(ret, "[child] Unable to lock mutex");
303 UNRESOLVED(ret,
309 UNRESOLVED(ret
    [all...]
stress2.c 58 * UNRESOLVED(ret, descr);
218 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler");
232 UNRESOLVED(ret, "Unable to lock mutex in worker");
241 UNRESOLVED(errno, "Gettime failed");
259 UNRESOLVED(ret, "Cond timedwait failed");
267 UNRESOLVED(ret, "Broadcasting the condition failed");
276 UNRESOLVED(ret, "Unable to unlock the mutex");
291 UNRESOLVED(ret, "mutex lock failed in signaler");
298 UNRESOLVED(ret, "Barrier wait failed");
304 UNRESOLVED(ret, "Signaling the cond failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 52 * UNRESOLVED(ret, descr);
116 UNRESOLVED(ret, "Failed to get sched param");
145 UNRESOLVED(ret, "Failed to wait for barrier");
173 UNRESOLVED(ret, "Failed to init barrier");
184 UNRESOLVED(ret, "Unable to register signal handler");
188 UNRESOLVED(ret, "Unable to register signal handler");
202 UNRESOLVED(errno, "Failed to get scheduler range value");
208 UNRESOLVED(errno, "Failed to get scheduler range value");
214 UNRESOLVED(errno, "Failed to get scheduler range value");
220 UNRESOLVED(errno, "Failed to get scheduler range value")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 58 * UNRESOLVED(ret, descr);
218 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler");
232 UNRESOLVED(ret, "Unable to lock mutex in worker");
241 UNRESOLVED(errno, "Gettime failed");
259 UNRESOLVED(ret, "Cond timedwait failed");
267 UNRESOLVED(ret, "Broadcasting the condition failed");
276 UNRESOLVED(ret, "Unable to unlock the mutex");
291 UNRESOLVED(ret, "mutex lock failed in signaler");
298 UNRESOLVED(ret, "Barrier wait failed");
304 UNRESOLVED(ret, "Signaling the cond failed")
    [all...]
stress1.c 84 * UNRESOLVED(ret, descr);
241 UNRESOLVED(ret, "[gchild] Unable to lock mutex");
247 UNRESOLVED(ret, "[gchild] Broadcast failed");
254 UNRESOLVED(ret, "[gchild] Failed to wait the cond");
261 UNRESOLVED(ret, "[gchild] Broadcast failed");
266 UNRESOLVED(ret, "[gchild] Failed to finally release the mutex");
284 UNRESOLVED(ret, "[child] Unable to lock mutex");
291 UNRESOLVED(ret,
297 UNRESOLVED(ret,
312 UNRESOLVED(ret, "[child] Failed to wait the cond")
    [all...]
stress2.c 58 * UNRESOLVED(ret, descr);
218 UNRESOLVED(ret, "Failed to unlock mutex in cancel handler");
232 UNRESOLVED(ret, "Unable to lock mutex in worker");
241 UNRESOLVED(errno, "Gettime failed");
259 UNRESOLVED(ret, "Cond timedwait failed");
267 UNRESOLVED(ret, "Broadcasting the condition failed");
276 UNRESOLVED(ret, "Unable to unlock the mutex");
291 UNRESOLVED(ret, "mutex lock failed in signaler");
298 UNRESOLVED(ret, "Barrier wait failed");
304 UNRESOLVED(ret, "Signaling the cond failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 51 * UNRESOLVED(ret, descr);
112 UNRESOLVED(ret,
120 UNRESOLVED(errno, "Sem_wait in sendsig");
129 UNRESOLVED(errno, "Kill in sendsig");
144 UNRESOLVED(errno, "Sem_post in signal handler 1");
155 UNRESOLVED(errno, "Sem_post in signal handler 2");
184 UNRESOLVED(ret,
219 UNRESOLVED(ret, "Unable to register signal handler1");
225 UNRESOLVED(ret, "Unable to register signal handler2");
236 UNRESOLVED(ret, "Unable to add SIGUSR1 or 2 to a signal set")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 51 * UNRESOLVED(ret, descr);
112 UNRESOLVED(ret,
120 UNRESOLVED(errno, "Sem_wait in sendsig");
129 UNRESOLVED(errno, "Kill in sendsig");
144 UNRESOLVED(errno, "Sem_post in signal handler 1");
155 UNRESOLVED(errno, "Sem_post in signal handler 2");
177 UNRESOLVED(ret,
219 UNRESOLVED(ret, "Unable to add SIGUSR1 or 2 to a signal set");
226 UNRESOLVED(ret,
231 UNRESOLVED(errno, "Semsig1 init")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_16-1.in 64 * UNRESOLVED(ret, descr);
120 UNRESOLVED( errno, "sem_wait failed" );
146 UNRESOLVED( ret, "Failed to empty signal set" );
154 UNRESOLVED( ret, "Failed to set signal handler" );
162 UNRESOLVED( ret, "Failed to init a semaphore" );
170 UNRESOLVED( ret, "Failed to create a child thread" );
187 UNRESOLVED( ret, "Failed to kill the child thread" );
199 UNRESOLVED( errno, "Failed to post the semaphore" );
206 UNRESOLVED( ret, "Failed to join the thread" );
214 UNRESOLVED( ret, "Failed to destroy the semaphore" )
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
stress.c 52 * UNRESOLVED(ret, descr);
112 UNRESOLVED(ret, "Unable to register signal handler");
116 UNRESOLVED(ret, "Unable to register signal handler");
138 UNRESOLVED(ret, "Flooder 1 thread got an error");
154 UNRESOLVED(ret, "Flooder 1 thread got an error");
180 UNRESOLVED(ret, "Unable to register signal handler");
202 UNRESOLVED(ret, "Failed to send signal");
246 UNRESOLVED(ret, "Unable to register signal handler");
250 UNRESOLVED(ret, "Unable to register signal handler");
260 UNRESOLVED(ret, "Unable to create a thread")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
3-2.c 58 * UNRESOLVED(ret, descr);
108 UNRESOLVED(errno, "Failed to create the semaphore");
117 UNRESOLVED(errno, "Failed to wait for the semaphore");
124 UNRESOLVED(errno, "Failed to close the semaphore");
131 UNRESOLVED(errno, "Failed to re-open the semaphore");
138 UNRESOLVED(errno, "Failed to get semaphore value");
150 UNRESOLVED(errno, "Failed to close the semaphore");
156 UNRESOLVED(errno, "Failed to unlink the semaphore");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
2-2.c 51 * UNRESOLVED(ret, descr);
89 UNRESOLVED(errno, "Failed to wait for the semaphore");
109 UNRESOLVED(errno, "Failed to init semaphore");
116 UNRESOLVED(ret, "Failed to create the thread");
126 UNRESOLVED(errno, "Failed to get semaphore value");
139 UNRESOLVED(errno, "Failed to post the semaphore");
146 UNRESOLVED(ret, "Failed to join the thread");
153 UNRESOLVED(errno, "Failed to sem_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
6-1.c 54 * UNRESOLVED(ret, descr);
104 UNRESOLVED(errno, "Failed to create the semaphore");
111 UNRESOLVED(errno, "Failed to unlink the semaphore");
139 UNRESOLVED(errno, "Failed to read sem1 value");
150 UNRESOLVED(errno, "Failed to read sem1 value");
162 UNRESOLVED(errno, "Failed to unlink the semaphore");
169 UNRESOLVED(errno, "Failed to close the semaphore");
175 UNRESOLVED(errno, "Failed to close the semaphore");
7-1.c 51 * UNRESOLVED(ret, descr);
92 UNRESOLVED(errno, "Failed to wait for the semaphore");
117 UNRESOLVED(errno, "Failed to create the semaphore");
124 UNRESOLVED(ret, "Failed to create the thread");
134 UNRESOLVED(errno, "Failed to unlink the semaphore");
141 UNRESOLVED(errno, "Failed to post the semaphore");
148 UNRESOLVED(ret, "Failed to join the thread");
155 UNRESOLVED(errno, "Failed to close the semaphore");
9-1.c 55 * UNRESOLVED(ret, descr);
98 UNRESOLVED(errno, "Failed to wait for the semaphore");
124 UNRESOLVED(errno, "Failed to create the semaphore");
131 UNRESOLVED(ret, "Failed to create the thread");
143 UNRESOLVED(errno, "Failed to unlink the semaphore");
157 UNRESOLVED(errno, "Failed to post the semaphore");
164 UNRESOLVED(ret, "Failed to join the thread");
171 UNRESOLVED(errno, "Failed to close the semaphore");

Completed in 604 milliseconds

12 3 4 5 6 7 8 9