/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 1-1.c | 33 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 80 sem1 = INTHREAD; in main() 91 while (sem1 == INTHREAD) in main() 101 sem1 = INTHREAD; in main() 105 while (cleanup_flag == INTHREAD) in main()
|
D | 1-2.c | 33 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 77 sem1 = INTHREAD; in main() 88 while (sem1 == INTHREAD) in main() 98 sem1 = INTHREAD; in main()
|
D | 1-3.c | 39 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 92 sem1 = INTHREAD; in main() 109 while (sem1 == INTHREAD) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
D | 2-1.c | 27 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 66 sem1 = INTHREAD; in main() 77 while (sem1 == INTHREAD) in main() 87 sem1 = INTHREAD; in main()
|
D | 1-1.c | 38 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 91 sem1 = INTHREAD; in main() 108 while (sem1 == INTHREAD) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 1-2.c | 31 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 70 sem1 = INTHREAD; in main() 81 while (sem1 == INTHREAD) in main() 91 sem1 = INTHREAD; in main()
|
D | 2-1.c | 26 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 66 sem1 = INTHREAD; in main() 77 while (sem1 == INTHREAD) in main() 87 sem1 = INTHREAD; in main()
|
D | 1-1.c | 31 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 71 sem1 = INTHREAD; in main() 82 while (sem1 == INTHREAD) in main() 92 sem1 = INTHREAD; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/ |
D | 1-1.c | 30 #define INTHREAD 0 macro 66 sem1 = INTHREAD; in main() 76 while (sem1 == INTHREAD) in main() 86 sem1 = INTHREAD; in main()
|
D | 1-2.c | 30 #define INTHREAD 0 macro 66 sem1 = INTHREAD; in main() 76 while (sem1 == INTHREAD) in main() 86 sem1 = INTHREAD; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-1.c | 44 #define INTHREAD 0 macro 82 sem1 = INTHREAD; in main() 89 while (sem1 == INTHREAD) in main() 97 sem1 = INTHREAD; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
D | 1-2.c | 36 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 84 sem1 = INTHREAD; in main() 95 while (sem1 == INTHREAD) in main() 105 sem1 = INTHREAD; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
D | 3-1.c | 35 #define INTHREAD 0 macro 82 sem = INTHREAD; in main() 92 while (sem == INTHREAD) in main() 103 sem = INTHREAD; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 1-1.c | 28 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 48 sem = INTHREAD; in main() 57 while (sem == INTHREAD) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 2-1.c | 32 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 51 sem = INTHREAD; in main() 59 while (sem == INTHREAD) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
D | 3-1.c | 28 #define INTHREAD 0 macro 32 static int sem = INTHREAD; 88 while (sem == INTHREAD) in main()
|
D | 2-1.c | 41 #define INTHREAD 1 macro 102 sem = INTHREAD; in main() 103 while (sem == INTHREAD) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
D | 2-1.c | 34 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 86 sem1 = INTHREAD; in main() 103 while (sem1 == INTHREAD) in main()
|
D | 1-1.c | 34 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 83 sem1 = INTHREAD; in main() 100 while (sem1 == INTHREAD) in main()
|
D | 1-2.c | 38 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 91 sem1 = INTHREAD; in main() 108 while (sem1 == INTHREAD) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
D | 2-1.c | 31 #define INTHREAD 0 /* Control going to or is already for Thread */ macro 40 sem1 = INTHREAD; in a_thread_func()
|