Searched refs:ERROR_PREFIX (Results 1 - 25 of 140) sorted by relevance

123456

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/
H A D2-1.c24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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_destro
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
H A D2-1.c33 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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_creat
[all...]
H A D1-1.c28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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");
H A D4-1.c30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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_joi
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-1.c30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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");
H A D2-2.c35 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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");
H A D4-1.c25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
36 perror(ERROR_PREFIX "pthread_attr_init");
42 perror(ERROR_PREFIX "pthread_attr_setinheritsched");
47 perror(ERROR_PREFIX "pthread_attr_destroy");
H A D1-1.c24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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/
H A D4-1.c25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
36 perror(ERROR_PREFIX "pthread_attr_init");
42 perror(ERROR_PREFIX "pthread_attr_setscope");
47 perror(ERROR_PREFIX "pthread_attr_destroy");
H A D1-1.c26 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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/
H A D2-3.c30 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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/
H A D2-1.c24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
32 perror(ERROR_PREFIX "sem_init");
37 perror(ERROR_PREFIX "trywait");
42 perror(ERROR_PREFIX "sem_getvalue");
H A D2-2.c24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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/
H A D1-1.c25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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_setschedpara
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D2-1.c33 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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_joi
[all...]
H A D1-1.c28 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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));
H A D4-1.c27 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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_attr_getinheritsched/
H A D1-1.c24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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/
H A D1-1.c26 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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/
H A D1-1.c24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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");
H A D1-2.c25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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");
H A D1-3.c26 #define ERROR_PREFIX "unexpected error: " AREA " " TEST ": " macro
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");
H A D1-4.c26 #define ERROR_PREFIX "unexpected error: " AREA " " TEST ": " macro
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/
H A D3-1.c23 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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
H A D3-2.c23 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": " macro
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 286 milliseconds

123456