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

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 51 * UNRESOLVED(ret, descr);
115 UNRESOLVED(ret,
122 UNRESOLVED(errno, "Sem_wait in sendsig");
129 UNRESOLVED(errno, "Kill in sendsig");
143 UNRESOLVED(errno, "Sem_post in signal handler 1");
153 UNRESOLVED(errno, "Sem_post in signal handler 2");
167 UNRESOLVED(ret,
173 UNRESOLVED(ret, "Unable to lock mutex in waiter thread");
181 UNRESOLVED(ret,
189 UNRESOLVED(ret, "Unable to unlock mutex in waiter thread")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
12-1.c 67 UNRESOLVED(errno, "Failed to initialize signal set");
73 UNRESOLVED(errno, "Failed to add SIGUSR1 to signal set");
79 UNRESOLVED(errno, "Failed to add SIGUSR2 to signal set");
85 UNRESOLVED(errno, "Sigprocmask failed");
92 UNRESOLVED(errno, "failed to kill with SIGUSR1");
98 UNRESOLVED(errno, "failed to kill with SIGUSR2");
105 UNRESOLVED(errno,
112 UNRESOLVED(errno,
120 UNRESOLVED(errno,
137 UNRESOLVED(errno, "Failed to fork")
    [all...]
14-1.c 66 UNRESOLVED(errno, "Failed to create the named semaphore");
72 UNRESOLVED(errno, "Failed to create the named semaphore");
78 UNRESOLVED(errno, "Failed to unlink the semaphore");
85 UNRESOLVED(errno, "Failed to fork");
96 UNRESOLVED(errno, "Failed to post semaphore A");
105 UNRESOLVED(errno, "Failed to post semaphore B");
116 UNRESOLVED(errno, "Waitpid returned the wrong PID");
133 UNRESOLVED(errno, "sem_trywait failed");
146 UNRESOLVED(errno, "sem_trywait failed");
153 UNRESOLVED(errno, "Failed to unlink semaphore A")
    [all...]
1-1.c 67 UNRESOLVED(errno, "Unable to read CLOCK_REALTIME clock");
76 UNRESOLVED(errno, "Failed to fork");
81 UNRESOLVED(errno, "Failed to open the semaphore (try executing "
94 UNRESOLVED(errno, "Failed to post the semaphore");
98 UNRESOLVED(errno, "Failed to close the semaphore");
112 UNRESOLVED(errno, "Failed to wait for the semaphore");
118 UNRESOLVED(errno, "Failed to close the semaphore");
122 UNRESOLVED(errno, "Unable to unlink the semaphore");
127 UNRESOLVED(errno, "Waitpid returned the wrong PID");
130 UNRESOLVED(status, "Child exited abnormally")
    [all...]
21-1.c 62 UNRESOLVED(errno, "failed to wait for the semaphore in child");
84 UNRESOLVED(errno, "Failed to open the semaphore");
92 UNRESOLVED(ret, "Failed to create the thread");
98 UNRESOLVED(errno, "Failed to fork");
106 UNRESOLVED(errno, "Failed to post the semaphore");
121 UNRESOLVED(errno, "Waitpid returned the wrong PID");
130 UNRESOLVED(errno, "Failed to close the semaphore");
135 UNRESOLVED(ret, "Failed to join the thread in parent");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
5-1.c 70 * UNRESOLVED(ret, descr);
105 UNRESOLVED(errno, "Sem_post in signal handler");
120 UNRESOLVED(ret, "Unable to register signal handler");
126 UNRESOLVED(errno, "Sem post in thread");
130 UNRESOLVED(ret, "Mutex lock failed in thread");
136 UNRESOLVED(ret, "Mutex unlock failed in thread");
156 UNRESOLVED(ret, "pthread_mutexattr_init");
161 UNRESOLVED(ret, "pthread_mutexattr_settype (normal)");
164 UNRESOLVED(ret, "pthread_mutexattr_settype (errorcheck)");
167 UNRESOLVED(ret, "pthread_mutexattr_settype (recursive)")
    [all...]
4-1.c 69 * UNRESOLVED(ret, descr);
114 UNRESOLVED(errno, "1st post sem in child failed");
118 UNRESOLVED(ret, "Child lock failed");
126 UNRESOLVED(errno, "2nd post sem in child failed");
131 UNRESOLVED(ret, "Unlock in child failed");
156 UNRESOLVED(ret, "Sem init failed");
161 UNRESOLVED(ret, "Mutex attribute init failed");
165 UNRESOLVED(ret, "Set type RECURSIVE failed");
169 UNRESOLVED(ret, "Recursive mutex init failed");
173 UNRESOLVED(ret, "Mutex attribute destroy failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
5-1.c 58 * UNRESOLVED(ret, descr);
94 UNRESOLVED(ret,
120 UNRESOLVED(ret, "Mutex attribute init failed");
125 UNRESOLVED(ret, "Set type recursive failed");
130 UNRESOLVED(ret, "Mutex init failed");
138 UNRESOLVED(ret, "Mutex lock failed");
144 UNRESOLVED(ret, "Mutex attribute destroy failed");
152 UNRESOLVED(ret, "Thread creation failed");
158 UNRESOLVED(ret, "Thread join failed");
167 UNRESOLVED(ret, "Mutex unlock failed. Mutex got corrupted?")
    [all...]
5-2.c 57 * UNRESOLVED(ret, descr);
100 UNRESOLVED(ret, "Mutex attribute init failed");
105 UNRESOLVED(ret, "Set type recursive failed");
110 UNRESOLVED(ret, "Mutex init failed");
126 UNRESOLVED(ret, "Mutex lock failed");
130 UNRESOLVED(ret, "Mutex recursive lock failed");
134 UNRESOLVED(ret, "Mutex unlock failed");
138 UNRESOLVED(ret, "Mutex recursive unlock failed");
144 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.
61 * UNRESOLVED(ret, descr);
109 UNRESOLVED(ret, "First mutex lock in deadlk_issue");
113 UNRESOLVED(ret, "Set cancel type in deadlk_issue");
116 UNRESOLVED(ret, "Set cancel state in deadlk_issue");
122 UNRESOLVED(errno, "Sem_post in deadlk_issue");
130 UNRESOLVED(ret, "Set cancel state in deadlk_issue");
144 UNRESOLVED(ret, "First mutex lock in unlock_issue");
148 UNRESOLVED(errno, "Sem_post in unlock_issue");
152 UNRESOLVED(errno, "Sem_wait in unlock_issue")
    [all...]
3-2.c 38 * The test will be unresolved if any initialization fails.
67 * UNRESOLVED(ret, descr);
115 UNRESOLVED(ret, "First mutex lock in deadlk_issue");
119 UNRESOLVED(ret, "Set cancel type in deadlk_issue");
122 UNRESOLVED(ret, "Set cancel state in deadlk_issue");
128 UNRESOLVED(errno, "Sem_post in deadlk_issue");
136 UNRESOLVED(ret, "Set cancel state in deadlk_issue");
150 UNRESOLVED(ret, "First mutex lock in unlock_issue");
154 UNRESOLVED(errno, "Sem_post in unlock_issue");
158 UNRESOLVED(errno, "Sem_wait in unlock_issue")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c1.c 57 * UNRESOLVED(ret, descr);
124 UNRESOLVED(ret, "Unable to lock 'm'");
130 UNRESOLVED(ret, "Unable to unlock 'm'");
143 UNRESOLVED(ret, "Unable to lock 'm'");
149 UNRESOLVED(ret, "Unable to unlock 'm'");
159 UNRESOLVED(ret,
168 UNRESOLVED(ret, "Thread detach failed");
198 UNRESOLVED(ret, "Unable to initialize 'm'");
202 UNRESOLVED(ret, "Unable to initialize 'cnd'");
208 UNRESOLVED(ret, "Unable to initialize 'ma'")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-6.c 86 UNRESOLVED(ret,
106 UNRESOLVED(errno, "Sem post failed in cleanup handler 2");
113 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2");
130 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3");
137 UNRESOLVED(ret,
159 UNRESOLVED(ret, "Unable to get time from clock");
166 UNRESOLVED(ret, "Failed to lock the mutex in thread");
173 UNRESOLVED(errno, "Sem post failed in thread");
185 UNRESOLVED(ret, "Timedwait failed");
276 UNRESOLVED(errno, "Unable to init sem A")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
2-2.c 51 * UNRESOLVED(ret, descr);
149 UNRESOLVED(ret, "Failed to lock mutex");
155 UNRESOLVED(ret, "Failed to unlock mutex");
162 UNRESOLVED(errno, "Failed to fork");
191 UNRESOLVED(errno, "Waitpid returned the wrong PID");
214 UNRESOLVED(ret, "Failed to lock mutex");
220 UNRESOLVED(ret, "Failed to create a thread");
227 UNRESOLVED(ret,
234 UNRESOLVED(ret,
241 UNRESOLVED(ret
    [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 50 * UNRESOLVED(ret, descr);
91 UNRESOLVED(errno, "Wrong priority value");
98 UNRESOLVED(ret, "Failed to get thread's parameters");
119 UNRESOLVED(ret, "barrier wait failed");
146 UNRESOLVED(ret, "Failed to set other's thread policy");
165 UNRESOLVED(ret, "Failed to init barrier");
172 UNRESOLVED(ret, "thread creation failed");
179 UNRESOLVED(ret, "thread creation failed");
186 UNRESOLVED(ret, "Failed to join the thread");
193 UNRESOLVED(ret, "barrier wait failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 56 * UNRESOLVED(ret, descr);
111 UNRESOLVED(ret,
128 UNRESOLVED(errno, "Sem post failed in cleanup handler 2");
135 UNRESOLVED(errno, "Sem wait failed in cleanup handler 2");
150 UNRESOLVED(ret, "Unable to unlock mutex in clean-up handler 3");
157 UNRESOLVED(ret,
175 UNRESOLVED(ret, "Failed to lock the mutex in thread");
183 UNRESOLVED(errno, "Sem post failed in cleanup handler 2");
195 UNRESOLVED(ret, "Wait failed");
285 UNRESOLVED(errno, "Unable to init sem A")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 79 UNRESOLVED(ret, "Unable to block SIGUSR1 and SIGUSR2 "
86 UNRESOLVED(errno, "Sem_wait in sendsig");
92 UNRESOLVED(errno, "Kill in sendsig");
104 UNRESOLVED(errno, "Sem_post in signal handler 1");
113 UNRESOLVED(errno, "Sem_post in signal handler 2");
131 UNRESOLVED(ret, "Unable to unblock SIGUSR1 and SIGUSR2 "
142 UNRESOLVED(ret, "Failed to create this thread");
146 UNRESOLVED(-1, "An error was expected but the "
157 UNRESOLVED(ret, "Unable to join a "
183 UNRESOLVED(ret, "Unable to register signal handler1")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 50 * UNRESOLVED(ret, descr);
110 UNRESOLVED(ret,
118 UNRESOLVED(errno, "Sem_wait in sendsig");
127 UNRESOLVED(errno, "Kill in sendsig");
142 UNRESOLVED(errno, "Sem_post in signal handler 1");
153 UNRESOLVED(errno, "Sem_post in signal handler 2");
179 UNRESOLVED(ret, "Failed to initialize signal set");
186 UNRESOLVED(ret,
203 UNRESOLVED(errno,
214 UNRESOLVED(ret
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 54 * UNRESOLVED(ret, descr);
143 UNRESOLVED(ret,
150 UNRESOLVED(errno, "Sem_wait in sendsig");
157 UNRESOLVED(errno, "Kill in sendsig");
170 UNRESOLVED(errno, "Sem_post in signal handler 1");
180 UNRESOLVED(errno, "Sem_post in signal handler 2");
197 UNRESOLVED(ret,
208 UNRESOLVED(ret,
215 UNRESOLVED(ret, "[parent] Unable to set mutex type");
224 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 55 * UNRESOLVED(ret, descr);
101 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");
167 UNRESOLVED(ret, "Failed to raise the signal");
176 UNRESOLVED(ret, "Failed to join the thread");
6-2.c 54 * UNRESOLVED(ret, descr);
101 UNRESOLVED(ret, "failed to wait for signal in thread");
125 UNRESOLVED(ret, "Failed to empty signal set");
131 UNRESOLVED(ret, "failed to add SIGUSR1 to signal set");
137 UNRESOLVED(ret, "Failed to block SIGUSR1");
146 UNRESOLVED(ret, "Failed to create a thread");
154 UNRESOLVED(ret, "Failed to raise the signal");
173 UNRESOLVED(ret, "Failed to raise the signal");
182 UNRESOLVED(ret, "Failed to join the thread");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 50 * UNRESOLVED(ret, descr);
109 UNRESOLVED(ret,
116 UNRESOLVED(errno, "Sem_wait in sendsig");
123 UNRESOLVED(errno, "Kill in sendsig");
136 UNRESOLVED(errno, "Sem_post in signal handler 1");
146 UNRESOLVED(errno, "Sem_post in signal handler 2");
161 UNRESOLVED(ret,
170 UNRESOLVED(ret,
176 UNRESOLVED(ret, "pthread_equal returned a bad result");
201 UNRESOLVED(ret, "Unable to register signal handler1")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 50 * UNRESOLVED(ret, descr);
110 UNRESOLVED(ret,
118 UNRESOLVED(errno, "Sem_wait in sendsig");
127 UNRESOLVED(errno, "Kill in sendsig");
142 UNRESOLVED(errno, "Sem_post in signal handler 1");
153 UNRESOLVED(errno, "Sem_post in signal handler 2");
175 UNRESOLVED(ret,
189 UNRESOLVED(ret,
200 UNRESOLVED(ret,
226 UNRESOLVED(ret, "Unable to register signal handler1")
    [all...]

Completed in 261 milliseconds

1 2 3 4 5 6 7 8 9