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

1 2 3 4 56 7 8 9

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-5.c 58 * UNRESOLVED(ret, descr);
120 UNRESOLVED(errno, "Failed to post the semaphore");
193 UNRESOLVED(errno, "Failed to fork()");
200 UNRESOLVED(errno,
210 UNRESOLVED(-1,
211 "The child process returned unresolved status");
237 UNRESOLVED(ret,
244 UNRESOLVED(ret,
254 UNRESOLVED(errno,
270 UNRESOLVED(errno, "Failed to post the semaphore")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
3-2.c 52 * UNRESOLVED(ret, descr);
121 UNRESOLVED(ret, "Failed to set TLD data");
128 UNRESOLVED(ret, "Failed to set TLD data");
134 UNRESOLVED(ret, "Failed to set TLD data");
161 UNRESOLVED(ret, "Failed to create a TLD key");
183 UNRESOLVED(ret,
190 UNRESOLVED(-1,
211 UNRESOLVED(ret,
237 UNRESOLVED(ret, "Failed to delete a TLD key");
4-1.c 51 * UNRESOLVED(ret, descr);
116 UNRESOLVED(ret, "Failed to register an atexit() routine");
150 UNRESOLVED(ret,
157 UNRESOLVED(-1,
178 UNRESOLVED(ret,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-3.c 51 UNRESOLVED(error, text); \
169 UNRESOLVED(ret, "Failed to lock mutex in child");
178 UNRESOLVED(errno, "Unable to read clock");
198 UNRESOLVED(ret, "Failed to wait for the cond");
213 UNRESOLVED(ret, "Failed to unlock the mutex");
226 UNRESOLVED(ret, "Failed to unlock the mutex.");
308 UNRESOLVED(errno,
322 UNRESOLVED(errno, "Memory allocation failed");
325 UNRESOLVED(sz, "Writting to the file failed");
332 UNRESOLVED(errno, "mmap failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
15-1.c 53 * UNRESOLVED(ret, descr);
99 UNRESOLVED(errno, "Failed to sem_open");
114 UNRESOLVED(errno, "Failed to sem_close");
123 UNRESOLVED(errno, "Failed to sem_open");
140 UNRESOLVED(errno, "Failed to sem_close");
  /external/ltp/testcases/open_posix_testsuite/functional/threads/include/
test.h 22 #define UNRESOLVED 2
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
stress.c 48 * UNRESOLVED(ret, descr);
121 UNRESOLVED(errno, "Failed to wait for the semaphore");
159 UNRESOLVED(ret, "Unable to register signal handler");
162 UNRESOLVED(ret, "Unable to register signal handler");
183 UNRESOLVED(rets
191 UNRESOLVED(-1,
220 UNRESOLVED(errno,
238 UNRESOLVED(ret,
threads_scenarii.c 177 UNRESOLVED(ret,
187 UNRESOLVED(ret, "Unable to set detachstate");
193 UNRESOLVED(ret,
218 UNRESOLVED(ret,
243 UNRESOLVED(ret,
265 UNRESOLVED(ret,
276 UNRESOLVED(ret,
290 UNRESOLVED(ret,
302 //if (ret != 0) { UNRESOLVED(ret, "Failed to set contension scope"); }
340 UNRESOLVED(errno
    [all...]
testfrmw.h 23 * UNRESOLVED(ret, descr);
42 #define UNRESOLVED(x, s) \
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 #define UNRESOLVED(x, s) \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 229 UNRESOLVED(ret, "Failed to initialize a"
237 UNRESOLVED(ret, "Unable to set detachstate");
242 UNRESOLVED(ret, "Unable to get detachstate"
269 UNRESOLVED(ret, "Unable to set inheritsched"
291 UNRESOLVED(ret, "Unable to set the"
312 UNRESOLVED(ret, "Unable to get sched policy"
322 UNRESOLVED(ret,
336 UNRESOLVED(ret, "Failed to get contension"
389 UNRESOLVED(errno, "Unable to alloc"
397 UNRESOLVED(ret, "Failed to specify
    [all...]
testfrmw.h 21 * UNRESOLVED(ret, descr);
38 #define UNRESOLVED(x, s) \
40 output("Test %s unresolved: got %i (%s) on line %i (%s)\n", \
68 #define UNRESOLVED(x, s) \
70 output("Test unresolved: got %i (%s) on line %i (%s)\n", \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 177 UNRESOLVED(ret,
187 UNRESOLVED(ret, "Unable to set detachstate");
193 UNRESOLVED(ret,
218 UNRESOLVED(ret,
243 UNRESOLVED(ret,
265 UNRESOLVED(ret,
276 UNRESOLVED(ret,
290 UNRESOLVED(ret,
302 //if (ret != 0) { UNRESOLVED(ret, "Failed to set contension scope"); }
340 UNRESOLVED(errno
    [all...]
testfrmw.h 23 * UNRESOLVED(ret, descr);
42 #define UNRESOLVED(x, s) \
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 #define UNRESOLVED(x, s) \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 244 UNRESOLVED(ret,
254 UNRESOLVED(ret, "Unable to set detachstate");
260 UNRESOLVED(ret,
285 UNRESOLVED(ret,
310 UNRESOLVED(ret,
332 UNRESOLVED(ret,
343 UNRESOLVED(ret,
357 UNRESOLVED(ret,
369 //if (ret != 0) { UNRESOLVED(ret, "Failed to set contension scope"); }
407 UNRESOLVED(errno
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c 53 * UNRESOLVED(ret, descr);
112 UNRESOLVED(ret, "Memory limitation failed");
148 UNRESOLVED(ret, "Mutex attribute init failed");
154 UNRESOLVED(ret, "Mutex settype failed");
178 UNRESOLVED(ret, "Mutex 1st init failed");
182 UNRESOLVED(ret, "Mutex 1st destroy failed");
186 UNRESOLVED(ret, "Mutex 2nd init failed");
190 UNRESOLVED(ret, "Mutex 1st lock failed");
194 UNRESOLVED(ret, "Mutex 1st unlock failed");
199 UNRESOLVED(ret, "Mutex 2st lock failed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
2-2.c 43 * UNRESOLVED(ret, descr);
118 UNRESOLVED(ret,
125 UNRESOLVED(ret, "[parent] Unable to set mutex type");
134 UNRESOLVED(ret,
142 UNRESOLVED(ret,
184 UNRESOLVED(ret, "Failed to init the mutex");
214 UNRESOLVED(ret,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 54 * UNRESOLVED(ret, descr);
195 UNRESOLVED(ret, "Unable to lock mutex");
201 UNRESOLVED(errno, "Unable to read clock");
216 UNRESOLVED(errno, "Unable to read clock");
221 UNRESOLVED(rc,
241 UNRESOLVED(ret, "Unable to unlock mutex");
255 UNRESOLVED(ret, "Mutex lock failed in waiter");
269 UNRESOLVED(ret, "pthread_cond_wait failed in waiter");
277 UNRESOLVED(ret, "Mutex unlock failed in waiter");
319 UNRESOLVED(errno, "Not enough memory for thread storage")
    [all...]
testfrmw.h 23 * UNRESOLVED(ret, descr);
41 #define UNRESOLVED(x, s) \
42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
63 #define UNRESOLVED(x, s) \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 52 * UNRESOLVED(ret, descr);
112 UNRESOLVED(ret, "Memory limitation failed");
144 UNRESOLVED(ret, "Cond attribute init failed");
152 UNRESOLVED(ret,
161 UNRESOLVED(ret,
185 UNRESOLVED(ret, "Cond 1st init failed");
189 UNRESOLVED(ret, "Cond 1st destroy failed");
193 UNRESOLVED(ret, "Cond 2nd init failed");
197 UNRESOLVED(ret, "Cond 2nd destroy failed");
201 UNRESOLVED(ret, "Cond 3rd init failed")
    [all...]
testfrmw.h 23 * UNRESOLVED(ret, descr);
41 #define UNRESOLVED(x, s) \
42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
63 #define UNRESOLVED(x, s) \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
9-1.c 69 UNRESOLVED(errno, "Failed to fork");
89 UNRESOLVED(errno, "Waitpid returned the wrong PID");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.h 23 * UNRESOLVED(ret, descr);
42 #define UNRESOLVED(x, s) \
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 #define UNRESOLVED(x, s) \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.h 23 * UNRESOLVED(ret, descr);
42 #define UNRESOLVED(x, s) \
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 #define UNRESOLVED(x, s) \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.h 23 * UNRESOLVED(ret, descr);
42 #define UNRESOLVED(x, s) \
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 #define UNRESOLVED(x, s) \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.h 23 * UNRESOLVED(ret, descr);
42 #define UNRESOLVED(x, s) \
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 #define UNRESOLVED(x, s) \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \

Completed in 5948 milliseconds

1 2 3 4 56 7 8 9