HomeSort by relevance Sort by last modified time
    Searched refs:UNRESOLVED (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-2.c 83 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 "
90 UNRESOLVED(errno, "Sem_wait in sendsig");
96 UNRESOLVED(errno, "Kill in sendsig");
109 UNRESOLVED(errno, "Sem_post in signal handler 1");
118 UNRESOLVED(errno, "Sem_post in signal handler 2");
131 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 "
136 UNRESOLVED(ret, "Unable to lock mutex in waiter thread");
143 UNRESOLVED(ret,
149 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread");
162 UNRESOLVED(ret, "Unable to unblock SIGUSR1 and SIGUSR2
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 49 * UNRESOLVED(ret, descr);
113 UNRESOLVED(ret,
120 UNRESOLVED(errno, "Sem_wait in sendsig");
127 UNRESOLVED(errno, "Kill in sendsig");
141 UNRESOLVED(errno, "Sem_post in signal handler 1");
151 UNRESOLVED(errno, "Sem_post in signal handler 2");
165 UNRESOLVED(ret,
171 UNRESOLVED(ret, "Unable to lock mutex in waiter thread");
179 UNRESOLVED(ret,
187 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
12-1.c 65 UNRESOLVED(errno, "Failed to initialize signal set");
71 UNRESOLVED(errno, "Failed to add SIGUSR1 to signal set");
77 UNRESOLVED(errno, "Failed to add SIGUSR2 to signal set");
83 UNRESOLVED(errno, "Sigprocmask failed");
90 UNRESOLVED(errno, "failed to kill with SIGUSR1");
96 UNRESOLVED(errno, "failed to kill with SIGUSR2");
103 UNRESOLVED(errno,
110 UNRESOLVED(errno,
118 UNRESOLVED(errno,
135 UNRESOLVED(errno, "Failed to fork")
    [all...]
14-1.c 64 UNRESOLVED(errno, "Failed to create the named semaphore");
70 UNRESOLVED(errno, "Failed to create the named semaphore");
76 UNRESOLVED(errno, "Failed to unlink the semaphore");
83 UNRESOLVED(errno, "Failed to fork");
94 UNRESOLVED(errno, "Failed to post semaphore A");
103 UNRESOLVED(errno, "Failed to post semaphore B");
114 UNRESOLVED(errno, "Waitpid returned the wrong PID");
131 UNRESOLVED(errno, "sem_trywait failed");
144 UNRESOLVED(errno, "sem_trywait failed");
151 UNRESOLVED(errno, "Failed to unlink semaphore A")
    [all...]
1-1.c 65 UNRESOLVED(errno, "Unable to read CLOCK_REALTIME clock");
74 UNRESOLVED(errno, "Failed to fork");
79 UNRESOLVED(errno, "Failed to open the semaphore (try executing "
92 UNRESOLVED(errno, "Failed to post the semaphore");
96 UNRESOLVED(errno, "Failed to close the semaphore");
110 UNRESOLVED(errno, "Failed to wait for the semaphore");
116 UNRESOLVED(errno, "Failed to close the semaphore");
120 UNRESOLVED(errno, "Unable to unlink the semaphore");
125 UNRESOLVED(errno, "Waitpid returned the wrong PID");
128 UNRESOLVED(status, "Child exited abnormally")
    [all...]
21-1.c 60 UNRESOLVED(errno, "failed to wait for the semaphore in child");
82 UNRESOLVED(errno, "Failed to open the semaphore");
90 UNRESOLVED(ret, "Failed to create the thread");
96 UNRESOLVED(errno, "Failed to fork");
104 UNRESOLVED(errno, "Failed to post the semaphore");
119 UNRESOLVED(errno, "Waitpid returned the wrong PID");
128 UNRESOLVED(errno, "Failed to close the semaphore");
133 UNRESOLVED(ret, "Failed to join the thread in parent");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
5-1.c 62 * UNRESOLVED(ret, descr);
97 UNRESOLVED(errno, "Sem_post in signal handler");
112 UNRESOLVED(ret, "Unable to register signal handler");
118 UNRESOLVED(errno, "Sem post in thread");
122 UNRESOLVED(ret, "Mutex lock failed in thread");
128 UNRESOLVED(ret, "Mutex unlock failed in thread");
148 UNRESOLVED(ret, "pthread_mutexattr_init");
153 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)");
156 UNRESOLVED(ret, "pthread_mutexattr_settype (errorcheck)");
159 UNRESOLVED(ret, "pthread_mutexattr_settype (recursive)")
    [all...]
4-1.c 62 * UNRESOLVED(ret, descr);
107 UNRESOLVED(errno, "1st post sem in child failed");
111 UNRESOLVED(ret, "Child lock failed");
119 UNRESOLVED(errno, "2nd post sem in child failed");
124 UNRESOLVED(ret, "Unlock in child failed");
149 UNRESOLVED(ret, "Sem init failed");
154 UNRESOLVED(ret, "Mutex attribute init failed");
158 UNRESOLVED(ret, "Set type RECURSIVE failed");
162 UNRESOLVED(ret, "Recursive mutex init failed");
166 UNRESOLVED(ret, "Mutex attribute destroy failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
stress.c 48 * UNRESOLVED(ret, descr);
100 UNRESOLVED(ret, "Failed to lock mutex in initializer");
108 UNRESOLVED(ret, "Failed to unlock mutex in initializer");
123 UNRESOLVED(ret, "Barrier wait failed");
130 UNRESOLVED(ret, "pthread_once failed");
154 UNRESOLVED(ret, "Failed to init barrier");
165 UNRESOLVED(ret, "Unable to register signal handler");
169 UNRESOLVED(ret, "Unable to register signal handler");
187 UNRESOLVED(ret, "Failed to create a thread");
196 UNRESOLVED(ret, "Failed to join a thread")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
5-1.c 51 * UNRESOLVED(ret, descr);
87 UNRESOLVED(ret,
113 UNRESOLVED(ret, "Mutex attribute init failed");
118 UNRESOLVED(ret, "Set type recursive failed");
123 UNRESOLVED(ret, "Mutex init failed");
131 UNRESOLVED(ret, "Mutex lock failed");
137 UNRESOLVED(ret, "Mutex attribute destroy failed");
145 UNRESOLVED(ret, "Thread creation failed");
151 UNRESOLVED(ret, "Thread join failed");
160 UNRESOLVED(ret, "Mutex unlock failed. Mutex got corrupted?")
    [all...]
5-2.c 50 * UNRESOLVED(ret, descr);
93 UNRESOLVED(ret, "Mutex attribute init failed");
98 UNRESOLVED(ret, "Set type recursive failed");
103 UNRESOLVED(ret, "Mutex init failed");
119 UNRESOLVED(ret, "Mutex lock failed");
123 UNRESOLVED(ret, "Mutex recursive lock failed");
127 UNRESOLVED(ret, "Mutex unlock failed");
131 UNRESOLVED(ret, "Mutex recursive unlock failed");
137 UNRESOLVED(ret, "Mutex attribute destroy failed");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
1-2.c 32 * The test will be unresolved if any initialization fails.
59 * UNRESOLVED(ret, descr);
107 UNRESOLVED(ret, "First mutex lock in deadlk_issue");
111 UNRESOLVED(ret, "Set cancel type in deadlk_issue");
114 UNRESOLVED(ret, "Set cancel state in deadlk_issue");
120 UNRESOLVED(errno, "Sem_post in deadlk_issue");
128 UNRESOLVED(ret, "Set cancel state in deadlk_issue");
142 UNRESOLVED(ret, "First mutex lock in unlock_issue");
146 UNRESOLVED(errno, "Sem_post in unlock_issue");
150 UNRESOLVED(errno, "Sem_wait in unlock_issue")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c1.c 49 * UNRESOLVED(ret, descr);
116 UNRESOLVED(ret, "Unable to lock 'm'");
122 UNRESOLVED(ret, "Unable to unlock 'm'");
135 UNRESOLVED(ret, "Unable to lock 'm'");
141 UNRESOLVED(ret, "Unable to unlock 'm'");
151 UNRESOLVED(ret,
160 UNRESOLVED(ret, "Thread detach failed");
190 UNRESOLVED(ret, "Unable to initialize 'm'");
194 UNRESOLVED(ret, "Unable to initialize 'cnd'");
200 UNRESOLVED(ret, "Unable to initialize 'ma'")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-6.c 78 UNRESOLVED(ret,
98 UNRESOLVED(errno, "Sem post failed in cleanup handler 2");
105 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2");
122 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3");
129 UNRESOLVED(ret,
151 UNRESOLVED(ret, "Unable to get time from clock");
158 UNRESOLVED(ret, "Failed to lock the mutex in thread");
165 UNRESOLVED(errno, "Sem post failed in thread");
177 UNRESOLVED(ret, "Timedwait failed");
268 UNRESOLVED(errno, "Unable to init sem A")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
2-2.c 49 * UNRESOLVED(ret, descr);
147 UNRESOLVED(ret, "Failed to lock mutex");
153 UNRESOLVED(ret, "Failed to unlock mutex");
160 UNRESOLVED(errno, "Failed to fork");
189 UNRESOLVED(errno, "Waitpid returned the wrong PID");
212 UNRESOLVED(ret, "Failed to lock mutex");
218 UNRESOLVED(ret, "Failed to create a thread");
225 UNRESOLVED(ret,
232 UNRESOLVED(ret,
239 UNRESOLVED(ret
    [all...]
4-1.c 50 * UNRESOLVED(ret, descr);
167 UNRESOLVED(ret, "Failed to lock mutex");
173 UNRESOLVED(ret, "Failed to unlock mutex");
180 UNRESOLVED(errno, "Failed to fork");
197 UNRESOLVED(errno, "Waitpid returned the wrong PID");
224 UNRESOLVED(ret, "Failed to lock mutex");
230 UNRESOLVED(ret, "Failed to create a thread");
237 UNRESOLVED(ret, "Failed to register the atfork handlers");
243 UNRESOLVED(ret, "Failed to register the atfork handlers");
249 UNRESOLVED(ret, "Failed to register the atfork handlers")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 45 * UNRESOLVED(ret, descr);
93 UNRESOLVED(errno, "Failed to post the semaphore");
102 UNRESOLVED(errno, "Failed to wait for the semaphore");
132 UNRESOLVED(ret, "Unable to register signal handler");
136 UNRESOLVED(ret, "Unable to register signal handler");
147 UNRESOLVED(errno, "Failed to sem_open");
153 UNRESOLVED(errno, "Failed to sem_unlink");
159 UNRESOLVED(errno, "Failed to sem_init");
166 UNRESOLVED(ret, "Failed to create a thread");
172 UNRESOLVED(ret, "Failed to create a thread")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
1-2.c 47 * UNRESOLVED(ret, descr);
88 UNRESOLVED(errno, "Wrong priority value");
95 UNRESOLVED(ret, "Failed to get thread's parameters");
116 UNRESOLVED(ret, "barrier wait failed");
143 UNRESOLVED(ret, "Failed to set other's thread policy");
162 UNRESOLVED(ret, "Failed to init barrier");
169 UNRESOLVED(ret, "thread creation failed");
176 UNRESOLVED(ret, "thread creation failed");
183 UNRESOLVED(ret, "Failed to join the thread");
190 UNRESOLVED(ret, "barrier wait failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 49 * UNRESOLVED(ret, descr);
104 UNRESOLVED(ret,
121 UNRESOLVED(errno, "Sem post failed in cleanup handler 2");
128 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2");
143 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3");
150 UNRESOLVED(ret,
168 UNRESOLVED(ret, "Failed to lock the mutex in thread");
176 UNRESOLVED(errno, "Sem post failed in cleanup handler 2");
188 UNRESOLVED(ret, "Wait failed");
278 UNRESOLVED(errno, "Unable to init sem A")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 78 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 "
85 UNRESOLVED(errno, "Sem_wait in sendsig");
91 UNRESOLVED(errno, "Kill in sendsig");
103 UNRESOLVED(errno, "Sem_post in signal handler 1");
112 UNRESOLVED(errno, "Sem_post in signal handler 2");
130 UNRESOLVED(ret, "Unable to unblock SIGUSR1 and SIGUSR2 "
141 UNRESOLVED(ret, "Failed to create this thread");
145 UNRESOLVED(-1, "An error was expected but the "
156 UNRESOLVED(ret, "Unable to join a "
182 UNRESOLVED(ret, "Unable to register signal handler1")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 48 * UNRESOLVED(ret, descr);
108 UNRESOLVED(ret,
116 UNRESOLVED(errno, "Sem_wait in sendsig");
125 UNRESOLVED(errno, "Kill in sendsig");
140 UNRESOLVED(errno, "Sem_post in signal handler 1");
151 UNRESOLVED(errno, "Sem_post in signal handler 2");
177 UNRESOLVED(ret, "Failed to initialize signal set");
184 UNRESOLVED(ret,
201 UNRESOLVED(errno,
212 UNRESOLVED(ret
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 46 * UNRESOLVED(ret, descr);
135 UNRESOLVED(ret,
142 UNRESOLVED(errno, "Sem_wait in sendsig");
149 UNRESOLVED(errno, "Kill in sendsig");
162 UNRESOLVED(errno, "Sem_post in signal handler 1");
172 UNRESOLVED(errno, "Sem_post in signal handler 2");
189 UNRESOLVED(ret,
200 UNRESOLVED(ret,
207 UNRESOLVED(ret, "[parent] Unable to set mutex type");
216 UNRESOLVED(ret
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
13-1.c 60 UNRESOLVED(errno, "Failed to post semaphore");
75 UNRESOLVED(errno, "Failed to init semaphore");
84 UNRESOLVED(ret, "Failed to empty signal set");
90 UNRESOLVED(ret, "Failed to set signal handler");
96 UNRESOLVED(errno, "Unable to read clock");
108 UNRESOLVED(errno, "Failed to wait for the semaphore");
114 UNRESOLVED(errno, "Unable to read clock");
127 UNRESOLVED(errno, "Failed to sem_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
6-1.c 53 * UNRESOLVED(ret, descr);
99 UNRESOLVED(ret, "failed to wait for signal in thread");
121 UNRESOLVED(ret, "Failed to empty signal set");
127 UNRESOLVED(ret, "failed to add SIGUSR1 to signal set");
133 UNRESOLVED(ret, "Failed to block SIGUSR1");
142 UNRESOLVED(ret, "Failed to create a thread");
150 UNRESOLVED(ret, "Failed to raise the signal");
165 UNRESOLVED(ret, "Failed to raise the signal");
174 UNRESOLVED(ret, "Failed to join the thread");
6-2.c 52 * UNRESOLVED(ret, descr);
99 UNRESOLVED(ret, "failed to wait for signal in thread");
123 UNRESOLVED(ret, "Failed to empty signal set");
129 UNRESOLVED(ret, "failed to add SIGUSR1 to signal set");
135 UNRESOLVED(ret, "Failed to block SIGUSR1");
144 UNRESOLVED(ret, "Failed to create a thread");
152 UNRESOLVED(ret, "Failed to raise the signal");
171 UNRESOLVED(ret, "Failed to raise the signal");
180 UNRESOLVED(ret, "Failed to join the thread");

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 9