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

1 2 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/
2-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
37 printf(ERROR_PREFIX "pthread_attr_getschedpolicy\n");
43 printf(ERROR_PREFIX "got wrong policy param\n");
49 printf(ERROR_PREFIX "got wrong policy param\n");
55 printf(ERROR_PREFIX "got wrong policy param\n");
70 printf(ERROR_PREFIX "pthread_attr_init\n");
76 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
83 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
90 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
97 printf(ERROR_PREFIX "pthread_attr_destroy\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
43 printf(ERROR_PREFIX "pthread_mutex_lock\n");
50 printf(ERROR_PREFIX "pthread_cond_wait\n");
56 printf(ERROR_PREFIX "pthread_mutex_unlock\n");
70 printf(ERROR_PREFIX "pthread_create\n");
80 printf(ERROR_PREFIX "Test PASS: Expected %d(EBUSY) got %d, "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
2-1.c 33 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
46 printf(ERROR_PREFIX "pthread_getattr_np: %s", strerror(rc));
50 printf(ERROR_PREFIX "pthread_attr_getstack: %s", strerror(rc));
54 printf(ERROR_PREFIX "got the wrong stacksize or stackaddr");
73 printf(ERROR_PREFIX "pthread_attr_init: %s", strerror(rc));
80 printf(ERROR_PREFIX "pthread_attr_getstack: %s", strerror(rc));
95 printf(ERROR_PREFIX "posix_memalign: %s\n", strerror(rc));
100 printf(ERROR_PREFIX "pthread_attr_setstack: %s\n",
106 printf(ERROR_PREFIX "pthread_attr_getstack: %s\n",
112 printf(ERROR_PREFIX "pthread_create: %s\n", strerror(rc))
    [all...]
1-1.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
52 perror(ERROR_PREFIX "pthread_attr_init");
59 perror(ERROR_PREFIX "pthread_attr_getstack");
68 perror(ERROR_PREFIX "out of memory while "
76 perror(ERROR_PREFIX "pthread_attr_setstack");
82 perror(ERROR_PREFIX "pthread_attr_getstack");
89 perror(ERROR_PREFIX "failed to create a thread");
95 perror(ERROR_PREFIX "pthread_join");
101 perror(ERROR_PREFIX "pthread_attr_destroy");
4-1.c 30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
46 perror(ERROR_PREFIX "stack wrong");
64 perror(ERROR_PREFIX "pthread_attr_init");
71 perror(ERROR_PREFIX "pthread_attr_getstack");
80 perror(ERROR_PREFIX "out of memory while "
88 perror(ERROR_PREFIX "pthread_attr_setstack");
94 perror(ERROR_PREFIX "pthread_attr_getstack");
100 perror(ERROR_PREFIX "got the wrong stacksize or stackaddr");
106 perror(ERROR_PREFIX "failed to create a thread");
112 perror(ERROR_PREFIX "pthread_join")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-1.c 30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
44 perror(ERROR_PREFIX "pthread_getschedparam");
48 fprintf(stderr, ERROR_PREFIX "The scheduling attribute is not "
65 perror(ERROR_PREFIX "pthread_attr_init");
71 perror(ERROR_PREFIX "pthread_attr_setschedpolicy");
78 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
84 perror(ERROR_PREFIX "pthread_create");
90 perror(ERROR_PREFIX "pthread_join");
95 perror(ERROR_PREFIX "pthread_attr_destroy");
2-2.c 35 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
50 perror(ERROR_PREFIX "pthread_getschedparam");
54 fprintf(stderr, ERROR_PREFIX "The scheduling attribute should "
72 printf(ERROR_PREFIX "pthread_attr_init");
78 printf(ERROR_PREFIX "pthread_attr_setschedpolicy");
85 printf(ERROR_PREFIX "pthread_attr_setschedparam");
92 printf(ERROR_PREFIX "pthread_attr_setinheritsched");
104 printf(ERROR_PREFIX "pthread_join");
109 printf(ERROR_PREFIX "pthread_attr_destroy");
4-1.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "pthread_attr_init");
42 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
47 perror(ERROR_PREFIX "pthread_attr_destroy");
1-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "pthread_attr_getinheritsched");
42 perror(ERROR_PREFIX "got wrong inheritsched param");
48 perror(ERROR_PREFIX "got wrong inheritsched param");
63 perror(ERROR_PREFIX "pthread_attr_init");
69 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
76 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
83 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
4-1.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "pthread_attr_init");
42 perror(ERROR_PREFIX "pthread_attr_setscope");
47 perror(ERROR_PREFIX "pthread_attr_destroy");
1-1.c 26 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
46 perror(ERROR_PREFIX "pthread_attr_init");
52 perror(ERROR_PREFIX "PTHREAD_SCOPE_SYSTEM is not supported");
58 perror(ERROR_PREFIX "pthread_create");
64 perror(ERROR_PREFIX "pthread_attr_getscope");
69 fprintf(stderr, ERROR_PREFIX "The contentionscope is not "
76 perror(ERROR_PREFIX "pthread_join");
82 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
2-3.c 30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
66 printf(ERROR_PREFIX "pthread_setcanceltype\n");
72 printf(ERROR_PREFIX "pthread_key_create\n");
78 printf(ERROR_PREFIX "pthread_setspecific\n");
105 printf(ERROR_PREFIX "pthread_create\n");
116 printf(ERROR_PREFIX "pthread_cancel\n");
124 printf(ERROR_PREFIX
130 printf(ERROR_PREFIX
140 printf(ERROR_PREFIX
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
2-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
32 perror(ERROR_PREFIX "sem_init");
37 perror(ERROR_PREFIX "trywait");
42 perror(ERROR_PREFIX "sem_getvalue");
2-2.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
32 perror(ERROR_PREFIX "sem_init");
37 perror(ERROR_PREFIX "trywait");
42 perror(ERROR_PREFIX "sem_getvalue");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
1-1.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
38 printf(ERROR_PREFIX "pthread_attr_getschedparam\n");
42 printf(ERROR_PREFIX "got wrong sched param\n");
57 printf(ERROR_PREFIX "pthread_attr_init\n");
63 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
68 printf(ERROR_PREFIX "sched_get_priority_max\n");
74 printf(ERROR_PREFIX "pthread_attr_setschedparam\n");
81 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
86 printf(ERROR_PREFIX "sched_get_priority_max\n");
92 printf(ERROR_PREFIX "pthread_attr_setschedparam\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
2-1.c 33 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
45 printf(ERROR_PREFIX "pthread_getattr_np: %s\n", strerror(rc));
49 printf(ERROR_PREFIX "pthread_attr_getstacksize: %s\n",
54 printf(ERROR_PREFIX "stack size is lesser than minimal "
72 perror(ERROR_PREFIX "pthread_attr_init");
87 printf(ERROR_PREFIX "posix_memalign: %s", strerror(rc));
93 printf(ERROR_PREFIX "pthread_attr_setstacksize: %s\n",
100 printf(ERROR_PREFIX "pthread_attr_getstacksize: %s\n",
107 printf(ERROR_PREFIX "pthread_create: %s\n", strerror(rc));
113 printf(ERROR_PREFIX "pthread_join: %s\n", strerror(rc))
    [all...]
1-1.c 28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
50 perror(ERROR_PREFIX "pthread_attr_init");
59 printf(ERROR_PREFIX "out of memory while "
66 printf(ERROR_PREFIX "pthread_attr_setstacksize: %s",
73 printf(ERROR_PREFIX "pthread_attr_getstacksize: %s",
81 printf(ERROR_PREFIX "failed to create a thread: %s",
88 printf(ERROR_PREFIX "pthread_join: %s", strerror(rc));
94 printf(ERROR_PREFIX "pthread_attr_destroy: %s", strerror(rc));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/
1-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
36 perror(ERROR_PREFIX "pthread_attr_getinheritsched");
42 perror(ERROR_PREFIX "got wrong inheritsched param");
48 perror(ERROR_PREFIX "got wrong inheritsched param");
63 perror(ERROR_PREFIX "pthread_attr_init");
69 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
76 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
83 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
1-1.c 26 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
38 perror(ERROR_PREFIX "pthread_attr_getscope");
44 perror(ERROR_PREFIX "got wrong scope param");
50 perror(ERROR_PREFIX "got wrong scope param");
65 perror(ERROR_PREFIX "pthread_attr_init");
71 perror(ERROR_PREFIX "PTHREAD_SCOPE_SYSTEM is not supported");
77 perror(ERROR_PREFIX "PTHREAD_SCOPE_SYSTEM is not supported");
84 perror(ERROR_PREFIX "pthread_attr_destroy");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
1-1.c 24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
49 printf(ERROR_PREFIX "pthread_attr_init\n");
55 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
61 printf(ERROR_PREFIX "sched_priority_get_max\n");
67 printf(ERROR_PREFIX "pthread_attr_setschedparam\n");
74 printf(ERROR_PREFIX
79 printf(ERROR_PREFIX "pthread_create()\n");
88 printf(ERROR_PREFIX "Thread was not created\n");
1-2.c 25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
50 printf(ERROR_PREFIX "pthread_attr_init\n");
56 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
62 printf(ERROR_PREFIX "sched_priority_get_max\n");
69 printf(ERROR_PREFIX "pthread_attr_setschedparam\n");
76 printf(ERROR_PREFIX
81 printf(ERROR_PREFIX "pthread_create()\n");
90 printf(ERROR_PREFIX "Thread was not created\n");
1-3.c 26 #define ERROR_PREFIX "unexpected error: " AREA " " TEST ": "
42 printf(ERROR_PREFIX "pthread_getschedparam\n");
64 printf(ERROR_PREFIX "pthread_attr_init\n");
69 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
75 printf(ERROR_PREFIX "pthread_attr_setschedparam\n");
81 printf(ERROR_PREFIX "pthread_attr_setinheritsched\n");
88 printf(ERROR_PREFIX "pthread_create\n");
94 printf(ERROR_PREFIX "pthread_join\n");
1-4.c 26 #define ERROR_PREFIX "unexpected error: " AREA " " TEST ": "
45 printf(ERROR_PREFIX "pthread_getschedparam\n");
67 printf(ERROR_PREFIX "pthread_attr_init\n");
72 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
78 printf(ERROR_PREFIX "pthread_attr_setschedparam\n");
84 printf(ERROR_PREFIX "pthread_attr_setinheritsched\n");
91 printf(ERROR_PREFIX "pthread_create\n");
98 printf(ERROR_PREFIX "pthread_join\nn");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
3-1.c 23 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
38 printf(ERROR_PREFIX "pthread_attr_init\n");
44 printf(ERROR_PREFIX "pthread_attr_setschedpolicy\n");
50 printf(ERROR_PREFIX "sched_priority_get_max\n");
57 printf(ERROR_PREFIX
3-2.c 23 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
38 perror(ERROR_PREFIX "pthread_attr_init");
44 printf(ERROR_PREFIX "pthread_attr_setschedpolicy");
50 perror(ERROR_PREFIX "sched_priority_get_max");
57 printf(ERROR_PREFIX

Completed in 1450 milliseconds

1 2 3 4 5 6