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

12 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
4-1.c 27 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
47 perror(ERROR_PREFIX "pthread_attr_init");
54 perror(ERROR_PREFIX "out of memory while "
61 perror(ERROR_PREFIX "Got the wrong return value");
67 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
3-1.c 29 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
48 printf(ERROR_PREFIX "pthread_key_create\n");
54 printf(ERROR_PREFIX "pthread_setspecific\n");
70 printf(ERROR_PREFIX "pthread_create\n");
77 printf(ERROR_PREFIX "pthread_join\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
5-1.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
39 perror(ERROR_PREFIX "sem_open");
44 perror(ERROR_PREFIX "sem_getvalue");
49 perror(ERROR_PREFIX "sem_trywait");
54 perror(ERROR_PREFIX "sem_getvalue");
2-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
38 perror(ERROR_PREFIX "sem_open");
44 perror(ERROR_PREFIX "trywait");
49 perror(ERROR_PREFIX "sem_getvalue");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
10-1.c 26 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
38 perror(ERROR_PREFIX "sem_open");
43 perror(ERROR_PREFIX "sem_close");
49 perror(ERROR_PREFIX "sem_open");
54 perror(ERROR_PREFIX "sem_getvalue");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
3-1.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 perror(ERROR_PREFIX "sem_open");
42 perror(ERROR_PREFIX "sem_wait");
47 perror(ERROR_PREFIX "sem_post");
52 perror(ERROR_PREFIX "sem_getvalue");
1-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 perror(ERROR_PREFIX "sem_open");
43 perror(ERROR_PREFIX "sem_wait");
49 perror(ERROR_PREFIX "sem_getvalue");
1-2.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
39 perror(ERROR_PREFIX "sem_open");
45 perror(ERROR_PREFIX "sem_getvalue");
53 perror(ERROR_PREFIX "sem_getvalue");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
1-1.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
42 perror(ERROR_PREFIX "pthread_attr_init");
49 perror(ERROR_PREFIX "pthread_attr_getstack");
58 perror(ERROR_PREFIX "out of memory while "
66 perror(ERROR_PREFIX "pthread_attr_setstack");
72 perror(ERROR_PREFIX "pthread_attr_getstack");
79 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
1-1.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
41 perror(ERROR_PREFIX "pthread_attr_init");
48 perror(ERROR_PREFIX "pthread_attr_getstacksize");
56 perror(ERROR_PREFIX "out of memory while "
64 perror(ERROR_PREFIX "pthread_attr_setstacksize");
70 perror(ERROR_PREFIX "pthread_attr_getstacksize");
77 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-3.c 26 #define ERROR_PREFIX "unexpected error: " AREA " " TEST ": "
43 printf(ERROR_PREFIX "pthread_getschedparam\n");
67 printf(ERROR_PREFIX "pthread_attr_init\n");
73 printf(ERROR_PREFIX "pthread_attr_setinheritsched\n");
79 printf(ERROR_PREFIX "pthread_setschedparam\n");
85 printf(ERROR_PREFIX "pthread_create\n");
91 printf(ERROR_PREFIX "pthread_join\n");
2-4.c 26 #define ERROR_PREFIX "unexpected error: " AREA " " TEST ": "
43 printf(ERROR_PREFIX "pthread_getschedparam\n");
67 printf(ERROR_PREFIX "pthread_setschedparam\n");
73 printf(ERROR_PREFIX "pthread_attr_init\n");
79 printf(ERROR_PREFIX "pthread_attr_setinheritsched\n");
86 printf(ERROR_PREFIX "pthread_create\n");
92 printf(ERROR_PREFIX "pthread_join\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
2-2.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
49 printf(ERROR_PREFIX "pthread_setcanceltype\n");
55 printf(ERROR_PREFIX "pthread_key_create\n");
61 printf(ERROR_PREFIX "pthread_setspecific\n");
83 printf(ERROR_PREFIX "pthread_create\n");
94 printf(ERROR_PREFIX "pthread_cancel\n");
102 printf(ERROR_PREFIX
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/speculative/
4-2.c 27 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 perror(ERROR_PREFIX "pthread_mutex_lock\n");
44 printf(ERROR_PREFIX "Test PASS: Expected %d(EBUSY) got %d, "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
3-1.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "sem_open");
42 perror(ERROR_PREFIX "sem_close");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
2-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "sem_open");
41 perror(ERROR_PREFIX "sem_post");
1-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 perror(ERROR_PREFIX "sem_open");
42 perror(ERROR_PREFIX "sem_post");
47 perror(ERROR_PREFIX "sem_getvalue");
1-2.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 perror(ERROR_PREFIX "sem_open");
42 perror(ERROR_PREFIX "sem_post");
47 perror(ERROR_PREFIX "sem_getvalue");
5-1.c 32 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
52 perror(ERROR_PREFIX "sem_open");
60 perror(ERROR_PREFIX "sem_post");
66 perror(ERROR_PREFIX "sem_getvalue");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/
2-1.c 34 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
52 perror(ERROR_PREFIX "mq_open()");
57 perror(ERROR_PREFIX "mq_getattr");
62 perror(ERROR_PREFIX "mq_unlink()");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
2-2.c 40 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
63 perror(ERROR_PREFIX "fd[0]");
68 perror(ERROR_PREFIX "fd[1]");
73 perror(ERROR_PREFIX "fork");
99 perror(ERROR_PREFIX "mq_open");
108 printf(ERROR_PREFIX "send_receive: " "expected a 'b'\n");
117 printf(ERROR_PREFIX "send_receive: "
124 perror(ERROR_PREFIX "mq_unlink(2)");
136 printf(ERROR_PREFIX "mq_unlink\n");
151 printf(ERROR_PREFIX "send_receive: " "expected an 'a'")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/
1-1.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 perror(ERROR_PREFIX "pthread_getcpuclockid");
53 perror(ERROR_PREFIX "failed to create a thread");
59 perror(ERROR_PREFIX "pthread_join");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
1-1.c 27 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "sem_init");
46 perror(ERROR_PREFIX "sem_timedwait");
52 perror(ERROR_PREFIX "sem_getvalue");
2-2.c 30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
39 perror(ERROR_PREFIX "sem_init");
50 perror(ERROR_PREFIX "sem_post");
55 perror(ERROR_PREFIX "sem_getvalue");
4-1.c 27 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "sem_init");
46 perror(ERROR_PREFIX "sem_timedwait");
52 perror(ERROR_PREFIX "sem_post");

Completed in 2647 milliseconds

12 3 4 5 6