/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
D | 1-2.c | 37 #define INMAIN 1 /* Control going to or is already for Main */ macro 46 sem1 = INMAIN; in a_cleanup_func() 59 sem1 = INMAIN; in a_thread_func() 63 while (sem1 == INMAIN) in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
D | 2-1.c | 32 #define INMAIN 1 /* Control going to or is already for Main */ macro 60 sem1 = INMAIN; in main() 73 while (sem1 == INMAIN) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
D | 2-1.c | 28 #define INMAIN 1 /* Control going to or is already for Main */ macro 42 sem1 = INMAIN; in a_thread_func() 46 while (sem1 == INMAIN) in a_thread_func()
|
D | 1-1.c | 39 #define INMAIN 1 /* Control going to or is already for Main */ macro 62 sem1 = INMAIN; in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 1-2.c | 34 #define INMAIN 1 /* Control going to or is already for Main */ macro 56 sem1 = INMAIN; in a_thread_func() 61 while (sem1 == INMAIN) in a_thread_func()
|
D | 1-1.c | 34 #define INMAIN 1 /* Control going to or is already for Main */ macro 56 sem1 = INMAIN; in a_thread_func()
|
D | 1-3.c | 40 #define INMAIN 1 /* Control going to or is already for Main */ macro 63 sem1 = INMAIN; in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 1-2.c | 32 #define INMAIN 1 /* Control going to or is already for Main */ macro 46 sem1 = INMAIN; in a_thread_func() 50 while (sem1 == INMAIN) in a_thread_func()
|
D | 2-1.c | 27 #define INMAIN 1 /* Control going to or is already for Main */ macro 43 sem1 = INMAIN; in a_thread_func() 47 while (sem1 == INMAIN) in a_thread_func()
|
D | 1-1.c | 32 #define INMAIN 1 /* Control going to or is already for Main */ macro 48 sem1 = INMAIN; in a_thread_func() 52 while (sem1 == INMAIN) in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/ |
D | 1-1.c | 31 #define INMAIN 1 macro 50 sem1 = INMAIN; in a_thread_func() 54 while (sem1 == INMAIN) in a_thread_func()
|
D | 1-2.c | 31 #define INMAIN 1 macro 50 sem1 = INMAIN; in a_thread_func() 54 while (sem1 == INMAIN) in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-1.c | 45 #define INMAIN 1 macro 66 sem1 = INMAIN; in a_thread_func() 68 while (sem1 == INMAIN) in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
D | 3-1.c | 36 #define INMAIN 1 macro 61 sem = INMAIN; in fn_chld() 62 while (sem == INMAIN) in fn_chld()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
D | 2-1.c | 40 #define INMAIN 0 macro 45 static int sem = INMAIN; 82 sem = INMAIN; in a_thread_func()
|
D | 3-1.c | 29 #define INMAIN 1 macro 68 sem = INMAIN; in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 1-1.c | 29 #define INMAIN 1 /* Control going to or is already for Main */ macro 36 sem = INMAIN; in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 2-1.c | 33 #define INMAIN 1 /* Control going to or is already for Main */ macro 40 sem = INMAIN; in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
D | 2-1.c | 35 #define INMAIN 1 /* Control going to or is already for Main */ macro 57 sem1 = INMAIN; in a_thread_func()
|
D | 1-1.c | 35 #define INMAIN 1 /* Control going to or is already for Main */ macro 59 sem1 = INMAIN; in a_thread_func()
|
D | 1-2.c | 39 #define INMAIN 1 /* Control going to or is already for Main */ macro 62 sem1 = INMAIN; in a_thread_func()
|